CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

csFontCache::GlyphCacheData Struct Reference

Some basic data associated with a glyph. More...

#include <csplugincommon/canvas/fontcache.h>

Inheritance diagram for csFontCache::GlyphCacheData:

csSoftFontCache::SoftGlyphCacheData List of all members.

Public Attributes

uint flags
 Glyph flags.
KnownFontfont
 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 59 of file fontcache.h.


Member Data Documentation

uint csFontCache::GlyphCacheData::flags
 

Glyph flags.

Definition at line 70 of file fontcache.h.

KnownFont* csFontCache::GlyphCacheData::font
 

Font.

Definition at line 62 of file fontcache.h.

utf32_char csFontCache::GlyphCacheData::glyph
 

Glyph.

Definition at line 64 of file fontcache.h.

csGlyphMetrics csFontCache::GlyphCacheData::glyphMetrics
 

Glyph metrics.

Definition at line 66 of file fontcache.h.

Referenced by csG2DDrawText< Tpixel, Tpixmixer1, Tpixmixer2, Tpixmixer3 >::DrawText().

bool csFontCache::GlyphCacheData::hasGlyph
 

Does this font have this glyph?

Definition at line 68 of file fontcache.h.

Referenced by csG2DDrawText< Tpixel, Tpixmixer1, Tpixmixer2, Tpixmixer3 >::DrawText().


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.4