Difference between revisions of "love.font (Română)"

(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.

Tipuri

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

Funcții

love.font.newBMFontRasterizer Creates a new BMFont Rasterizer. Added since 0.10.0
love.font.newFontData Creates a new FontData. Added since 0.7.0 Removed in 0.8.0
love.font.newGlyphData Creates a new GlyphData. Added since 0.7.0
love.font.newImageRasterizer Creates a new Image Rasterizer. Added since 0.10.0
love.font.newRasterizer Creates a new Rasterizer. Added since 0.7.0
love.font.newTrueTypeRasterizer Creates a new TrueType Rasterizer. Added since 0.10.0

Uită-te și la

Alte limbi