csSoftFontCache Class Reference
[Common Plugin Classes]
Font cache base class for software canvases.
More...
#include <csplugincommon/canvas/softfontcache.h>
Inheritance diagram for csSoftFontCache:

Public Member Functions | |
| virtual GlyphCacheData * | InternalCacheGlyph (KnownFont *font, utf32_char glyph, uint flags) |
| Cache canvas-dependent information for a specific font/glyph pair. | |
| virtual void | InternalUncacheGlyph (GlyphCacheData *cacheData) |
| Uncache canvas-dependent information. | |
Detailed Description
Font cache base class for software canvases.
- See also:
- csSoftFontCacheImpl
Definition at line 40 of file softfontcache.h.
Member Function Documentation
| virtual GlyphCacheData* csSoftFontCache::InternalCacheGlyph | ( | KnownFont * | font, | |
| utf32_char | glyph, | |||
| uint | flags | |||
| ) | [virtual] |
| virtual void csSoftFontCache::InternalUncacheGlyph | ( | GlyphCacheData * | cacheData | ) | [virtual] |
The documentation for this class was generated from the following file:
- csplugincommon/canvas/softfontcache.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
