#include <FontManager.h>
Public Attributes | |
| string | fontname |
| Identifier string to access this font. | |
| Texture | standard |
| The standard styled font texture. | |
| Texture | bold |
| The bold styled font texture. | |
| struct fontCoords | sCoords [256] |
| The standard styled font coordinate set. | |
| struct fontCoords | bCoords [256] |
| The bold styled font coordinate set. | |
| string fontEntry::fontname |
Identifier string to access this font.
The standard styled font texture.
The bold styled font texture.
struct fontCoords fontEntry::sCoords[256] [read] |
The standard styled font coordinate set.
struct fontCoords fontEntry::bCoords[256] [read] |
The bold styled font coordinate set.
1.5.6