#include <text.h>
Collaboration diagram for hoa_video::FontGlyph:

Public Attributes | |
| int32 | advance |
| The amount of space between glyphs. | |
| int32 | height |
| The height of the glyph in pixels. | |
| float | max_x |
| The maxx of the glyph in texture space (see TTF_GlyphMetrics). | |
| float | max_y |
| The maxy of the glyph in texture space (see TTF_GlyphMetrics). | |
| int | min_x |
| The minx of the glyph in pixels (see TTF_GlyphMetrics). | |
| int | min_y |
| The miny of the glyph in pixels (see TTF_GlyphMetrics). | |
| GLuint | texture |
| The index of the GL texture for this glyph. | |
| int | top_y |
| The top y value of the glyph. | |
| int32 | width |
| The width of the glyph in pixels. | |
****************************************************************************
Definition at line 52 of file text.h.
The amount of space between glyphs.
Definition at line 69 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The height of the glyph in pixels.
Definition at line 59 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The maxx of the glyph in texture space (see TTF_GlyphMetrics).
Definition at line 65 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The maxy of the glyph in texture space (see TTF_GlyphMetrics).
Definition at line 67 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The minx of the glyph in pixels (see TTF_GlyphMetrics).
Definition at line 61 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The miny of the glyph in pixels (see TTF_GlyphMetrics).
Definition at line 63 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The index of the GL texture for this glyph.
Definition at line 55 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The top y value of the glyph.
Definition at line 71 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
The width of the glyph in pixels.
Definition at line 57 of file text.h.
Referenced by hoa_video::GameVideo::_CacheGlyphs().
1.5.1