FontData

Available since LÖVE 0.7.0
This type is not supported in earlier versions.
Removed in LÖVE 0.8.0
This type is not supported in that and later versions.

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

Constructors

love.font.newFontDataCreates a new FontData.Added since 0.7.0 Removed in 0.8.0

Functions

Data:getPointerGets a pointer to the Data.
Data:getSizeGets the size in bytes of the Data.
Data:getStringGets the full Data as a string.Added since 0.9.0
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

See Also


Other Languages

Personal tools