Difference between revisions of "FontData"

Line 19: Line 19:
 
[[Category:Types]]
 
[[Category:Types]]
 
{{#set:Description=A FontData represents a font.}}
 
{{#set:Description=A FontData represents a font.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|FontData}}
 
{{i18n|FontData}}

Revision as of 17:38, 25 March 2011

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

Data:getPointerGets a pointer to the Data.
Data:getSizeGets the Data's size in bytes.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

Data Object

See Also


Other Languages