csFontCache::GlyphCacheData Struct Reference
Some basic data associated with a glyph. More...
#include <csplugincommon/canvas/fontcache.h>
Inheritance diagram for csFontCache::GlyphCacheData:

| Public Attributes | |
| uint | flags | 
| Glyph flags. | |
| KnownFont * | font | 
| Font. | |
| utf32_char | glyph | 
| Glyph. | |
| csGlyphMetrics | glyphMetrics | 
| Glyph metrics. | |
| bool | hasGlyph | 
| Does this font have this glyph? | |
Detailed Description
Some basic data associated with a glyph.
Definition at line 60 of file fontcache.h.
Member Data Documentation
Glyph metrics.
Definition at line 67 of file fontcache.h.
Referenced by csG2DDrawText< Tpixel, Tpixmixer1, Tpixmixer2, Tpixmixer3 >::DrawText().
Does this font have this glyph?
Definition at line 69 of file fontcache.h.
Referenced by csG2DDrawText< Tpixel, Tpixmixer1, Tpixmixer2, Tpixmixer3 >::DrawText().
The documentation for this struct was generated from the following file:
- csplugincommon/canvas/fontcache.h
Generated for Crystal Space by doxygen 1.4.7

