Difference between revisions of "love.font"
m (Concept current) |
|||
Line 2: | Line 2: | ||
Allows you to work with fonts. | Allows you to work with fonts. | ||
== Types == | == Types == | ||
− | {{#ask: [[Category:Types]] [[parent::love.font]] [[ | + | {{#ask: [[Category:Types]] [[parent::love.font]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description | ||
}} | }} | ||
== Functions == | == Functions == | ||
− | {{#ask: [[Category:Functions]] [[parent::love.font]] [[ | + | {{#ask: [[Category:Functions]] [[parent::love.font]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description |
Revision as of 15:03, 30 August 2011
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.newBMFontRasterizer | Creates a new BMFont Rasterizer. |
love.font.newFontData | Creates a new FontData. |
love.font.newGlyphData | Creates a new GlyphData. |
love.font.newImageRasterizer | Creates a new Image Rasterizer. |
love.font.newRasterizer | Creates a new Rasterizer. |
love.font.newTrueTypeRasterizer | Creates a new TrueType Rasterizer. |
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info