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