Module dagon.graphics.font
FreeType font.
Description
The dagon module defines the Font class, which represents
a font resource capable of rendering glyphs and text strings.
Functions
| Name | Description |
|---|---|
nextPowerOfTwo(a)
|
Returns nearest higher power of 2 for an arbitrary integer. |
Classes
| Name | Description |
|---|---|
Font
|
Basic typography class. |
FontManager
|
Object that loads and registers fonts. |
Structs
| Name | Description |
|---|---|
Glyph
|
Represents a single glyph of the FreeType font for rendering and typographics. |