Difference between revisions of "love.font (Français)"

(Voir Aussi)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]|070|type=module}}
+
{{newin (Français)|[[0.7.0]]|070|type=module}}
 
Ce module permet de manipuler les polices de caractères.
 
Ce module permet de manipuler les polices de caractères.
 
== Types ==
 
== Types ==
{{#ask: [[Category:Types]] [[parent::love.font (Français)]] [[Concept:Current]]
+
{{#ask: [[Category:Types]] [[parent::love.font]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
== Fonctions ==
+
 
{{#ask: [[Category:Functions]] [[parent::love.font (Français)]] [[Concept:Current]]
+
== Functions ==
 +
{{#ask: [[Category:Functions (Français)]] [[parent::love.font (Français)]] [[Concept:Current]]
 +
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 +
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 +
| ?PrettyDeprecated
 +
}}
 +
== Enums ==
 +
{{#ask: [[Category:Enums (Français)]] [[parent::love.font (Français)]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 +
| ?PrettyDeprecated
 
}}
 
}}
[[Category:Modules]]
+
 
 +
[[Category:Modules (Français)]]
 
{{#set:Description=Permet de manipuler les polices de caractères.}}
 
{{#set:Description=Permet de manipuler les polices de caractères.}}
== Voir Egalement ==
+
 
 +
== Voir également ==
 +
* [[parent::Font (Français)]]
 
* [[parent::love (Français)]]
 
* [[parent::love (Français)]]
 
+
== Autres langues ==
== Other Languages ==
 
 
{{i18n|love.font}}
 
{{i18n|love.font}}

Latest revision as of 19:14, 16 August 2021

Disponible depuis LÖVE 0.7.0
Ce-tte module n'est pas supporté-e par des versions plus anciennes.

Ce module permet de manipuler les polices de caractères.

Types

FontData A FontData represents a font. Added since 0.7.0 Removed in 0.8.0
GlyphData A GlyphData represents a drawable symbol of a font. Added since 0.7.0
Rasterizer A Rasterizer represents font data and glyphs. Added since 0.7.0

Functions

love.font.newBMFontRasterizer (Français) Crée un nouveau Rasterizer pour une police BMFont. Added since 0.7.0
love.font.newFontData (Français) Crée un nouvel objet FontData (données de fonte). Added since 0.7.0 Removed in 0.8.0
love.font.newGlyphData (Français) Crée un nouvel objet GlyphData.
love.font.newImageRasterizer (Français) Crée un nouveau rasterizer d'image. Added since 0.7.0
love.font.newRasterizer (Français) Crée un nouveau Rasterizer Added since 0.7.0
love.font.newTrueTypeRasterizer (Français) Crée un nouveau Rasterizer pour polices TrueType. Added since 0.7.0

Enums

HintingMode (Français) Mode d'optimisation de rendu (hinting) des fontes True Type. Added since 0.10.0
PixelFormat (Français) Formats de pixels pour Textures, ImageData, et CompressedImageData. Added since 11.0


Voir également

Autres langues