Difference between revisions of "love.font (Română)"
Soverysour (talk | contribs) (Created page with "{{newin|0.7.0|070|type=module}} Îți permite să lucrezi cu fonturi. == Tipuri == {{#ask: Category:Types parent::love.font Concept:Current | headers=hide | fo...") |
m (Fixed parent) |
||
Line 26: | Line 26: | ||
{{#set:Description=Allows you to work with fonts.}} | {{#set:Description=Allows you to work with fonts.}} | ||
== Uită-te și la == | == Uită-te și la == | ||
− | * [[parent::Font]] | + | * [[parent::Font (Română)]] |
− | * [[parent::love]] | + | * [[parent::love (Română)]] |
== Alte limbi == | == Alte limbi == | ||
{{i18n|love.font}} | {{i18n|love.font}} |
Latest revision as of 13:37, 15 July 2017
Available since LÖVE 0.7.0 |
This module is not supported in earlier versions. |
Îți permite să lucrezi cu fonturi.
Contents
Tipuri
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 |
Funcții
love.font.newBMFontRasterizer | Creates a new BMFont Rasterizer. | 0.10.0 | |
love.font.newFontData | Creates a new FontData. | 0.7.0 | 0.8.0 |
love.font.newGlyphData | Creates a new GlyphData. | 0.7.0 | |
love.font.newImageRasterizer | Creates a new Image Rasterizer. | 0.10.0 | |
love.font.newRasterizer | Creates a new Rasterizer. | 0.7.0 | |
love.font.newTrueTypeRasterizer | Creates a new TrueType Rasterizer. | 0.10.0 |
Uită-te și la
Alte limbi
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