|
xoreos
0.0.5
|

Public Member Functions | |
| Glyph () | |
| ~Glyph () | |
Public Attributes | |
| Common::SeekableReadStream * | data |
| uint16 | palMode |
| uint8 | width |
| uint8 | height |
| uint8 | depth |
| uint8 | advance |
| uint32 | character |
Definition at line 69 of file nftrfont.h.
| Graphics::Aurora::NFTRFont::Glyph::Glyph | ( | ) |
Definition at line 81 of file nftrfont.cpp.
| Graphics::Aurora::NFTRFont::Glyph::~Glyph | ( | ) |
Definition at line 84 of file nftrfont.cpp.
| uint8 Graphics::Aurora::NFTRFont::Glyph::advance |
Definition at line 78 of file nftrfont.h.
| uint32 Graphics::Aurora::NFTRFont::Glyph::character |
Definition at line 80 of file nftrfont.h.
| Common::SeekableReadStream* Graphics::Aurora::NFTRFont::Glyph::data |
Definition at line 70 of file nftrfont.h.
Referenced by Graphics::Aurora::NFTRFont::drawGlyph().
| uint8 Graphics::Aurora::NFTRFont::Glyph::depth |
Definition at line 76 of file nftrfont.h.
Referenced by Graphics::Aurora::NFTRFont::drawGlyph().
| uint8 Graphics::Aurora::NFTRFont::Glyph::height |
Definition at line 75 of file nftrfont.h.
Referenced by Graphics::Aurora::NFTRFont::drawGlyph().
| uint16 Graphics::Aurora::NFTRFont::Glyph::palMode |
Definition at line 72 of file nftrfont.h.
Referenced by Graphics::Aurora::NFTRFont::drawGlyph().
| uint8 Graphics::Aurora::NFTRFont::Glyph::width |
Definition at line 74 of file nftrfont.h.
Referenced by Graphics::Aurora::NFTRFont::drawGlyph().
1.8.14