Available since LÖVE 0.7.0 |
This module is not supported in earlier versions. |
Allows you to work with fonts.
FontData | A FontData represents a font. | ![]() |
![]() |
GlyphData | A GlyphData represents a drawable symbol of a font. | ![]() |
|
Rasterizer | A Rasterizer represents font data and glyphs. | ![]() |
love.font.newBMFontRasterizer | Creates a new BMFont Rasterizer. | ![]() |
|
love.font.newFontData | Creates a new FontData. | ![]() |
![]() |
love.font.newGlyphData | Creates a new GlyphData. | ![]() |
|
love.font.newRasterizer | Creates a new Rasterizer. | ![]() |
|
love.font.newTrueTypeRasterizer | Creates a new TrueType Rasterizer. | ![]() |