Views
Rasterizer
Available since LÖVE 0.7.0 |
This type is not supported in earlier versions. |
A Rasterizer handles font rendering, containing the font data (image or true-type font) and drawable glyphs.
Constructors
love.font.newRasterizer | Creates a new Rasterizer. |
Functions
Object:type | Gets the type of the object as a string. |
Object:typeOf | Checks whether an object is of a certain type. |