love.font

Available since LÖVE 0.7.0
This module is not supported in earlier versions.

Allows you to work with fonts.

Types

FontDataA FontData represents a font.Added since 0.7.0 Removed in 0.8.0
GlyphDataA GlyphData represents a drawable symbol of a font.Added since 0.7.0
RasterizerA Rasterizer represents font data and glyphs.Added since 0.7.0

Functions

love.font.newFontDataCreates a new FontData.Added since 0.7.0 Removed in 0.8.0
love.font.newGlyphDataCreates a new GlyphData.Added since 0.7.0
love.font.newRasterizerCreates a new Rasterizer.Added since 0.7.0

See Also

Other Languages

Personal tools