Difference between revisions of "FontData"

(Added link to creation function)
m
Line 18: Line 18:
 
{{#set:Description=A FontData represents a font.
 
{{#set:Description=A FontData represents a font.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|FontData}}

Revision as of 15:02, 22 December 2010

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

A FontData represents a font, containing the font Rasterizer and its glyphs.

Constructors

love.font.newFontDataCreates a new FontData.

Functions

See Also

Other Languages