Difference between revisions of "FontData"
Danielmario2 (talk | contribs) (Basic description.) |
(Added link to creation function) |
||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
* [[parent::love.font]] | * [[parent::love.font]] | ||
+ | * [[love.font.newFontData]] | ||
[[Category:Types]] | [[Category:Types]] | ||
{{#set:Description=A FontData represents a font. | {{#set:Description=A FontData represents a font. | ||
}} | }} |
Revision as of 13:52, 23 October 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.newFontData | Creates a new FontData. |