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