Difference between revisions of "love.font (Français)"
(→Fonctions) |
|||
Line 25: | Line 25: | ||
| ?PrettyDeprecated | | ?PrettyDeprecated | ||
}} | }} | ||
− | + | == Enums == | |
+ | {{#ask: [[Category:Enums (Français)]] [[parent::love.font (Français)]] [[Concept:Current]] | ||
+ | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
+ | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
+ | | ?PrettyDeprecated | ||
+ | }} | ||
[[Category:Modules (Français)]] | [[Category:Modules (Français)]] | ||
Line 31: | Line 42: | ||
== Voir également == | == Voir également == | ||
+ | * [[parent::Font (Français)]] | ||
* [[parent::love (Français)]] | * [[parent::love (Français)]] | ||
− | |||
== Autres langues == | == Autres langues == | ||
{{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. | 0.7.0 | 0.8.0 |
GlyphData | A GlyphData represents a drawable symbol of a font. | 0.7.0 | |
Rasterizer | A Rasterizer represents font data and glyphs. | 0.7.0 |
Functions
love.font.newBMFontRasterizer (Français) | Crée un nouveau Rasterizer pour une police BMFont. | 0.7.0 | |
love.font.newFontData (Français) | Crée un nouvel objet FontData (données de fonte). | 0.7.0 | 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. | 0.7.0 | |
love.font.newRasterizer (Français) | Crée un nouveau Rasterizer | 0.7.0 | |
love.font.newTrueTypeRasterizer (Français) | Crée un nouveau Rasterizer pour polices TrueType. | 0.7.0 |
Enums
HintingMode (Français) | Mode d'optimisation de rendu (hinting) des fontes True Type. | 0.10.0 | |
PixelFormat (Français) | Formats de pixels pour Textures, ImageData, et CompressedImageData. | 11.0 |
Voir également
Autres langues
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info