Difference between revisions of "love.font"

m (Concept current)
Line 2: Line 2:
 
Allows you to work with fonts.
 
Allows you to work with fonts.
 
== Types ==
 
== Types ==
{{#ask: [[Category:Types]] [[parent::love.font]] [[Since::<071]]
+
{{#ask: [[Category:Types]] [[parent::love.font]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
 
}}
 
}}
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::love.font]] [[Since::<071]]
+
{{#ask: [[Category:Functions]] [[parent::love.font]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description

Revision as of 15:03, 30 August 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.newBMFontRasterizerCreates a new BMFont Rasterizer.
love.font.newFontDataCreates a new FontData.
love.font.newGlyphDataCreates a new GlyphData.
love.font.newImageRasterizerCreates a new Image Rasterizer.
love.font.newRasterizerCreates a new Rasterizer.
love.font.newTrueTypeRasterizerCreates a new TrueType Rasterizer.

See Also

Other Languages