Difference between revisions of "love.font"

m (included section title Other Languages)
Line 1: Line 1:
{{newin|[[0.7.0]]|type=module}}
+
{{newin|[[0.7.0]]|070|type=module}}
 
Allows you to work with fonts.
 
Allows you to work with fonts.
 
== Types ==
 
== Types ==
{{#ask: [[Category:Types]] [[parent::love.font]]
+
{{#ask: [[Category:Types]] [[parent::love.font]] [[Since::<071]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
 
}}
 
}}
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::love.font]]
+
{{#ask: [[Category:Functions]] [[parent::love.font]] [[Since::<071]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
Line 15: Line 15:
 
== See Also ==
 
== See Also ==
 
* [[parent::love]]
 
* [[parent::love]]
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.font}}
 
{{i18n|love.font}}

Revision as of 09:49, 25 March 2011

Available since LÖVE 0.7.0
This module is not supported in earlier versions.

Allows you to work with fonts.

Types

FontDataA FontData represents a font.
GlyphDataA GlyphData represents a drawable symbol of a font.
RasterizerA Rasterizer represents font data and glyphs.

Functions

love.font.newFontDataCreates a new FontData.
love.font.newGlyphDataCreates a new GlyphData.
love.font.newRasterizerCreates a new Rasterizer.

See Also

Other Languages