10#ifndef __FONTCACHE_GLYPHLIB_H__
11#define __FONTCACHE_GLYPHLIB_H__
21#include "GUIImageData.h"
42 const eC_UInt& uiInitialCacheSize,
43 const eC_Bool& bAutoResize,
44 const eC_UInt& uiResizeBy);
78 gui_font_t* m_pkFontHandle;
Helper Macros in Guiliani
FontResource_t
List of font resource ids.
Definition: GUIFontResource.h:54
Definition: FontCacheGlyphLib.h:28
virtual ~CFontCacheGlyphLib()
CFontCacheGlyphLib(const CFontCacheGlyphLib &kSource)
virtual CachedChar_t AddChar(const eC_UInt &uiUnicode, const eC_UInt &uiPos)
CFontCacheGlyphLib & operator=(const CFontCacheGlyphLib &kSource)
CFontCacheGlyphLib(gui_font_t *pkFont, const FontResource_t &eFontID, const eC_UInt &uiInitialCacheSize, const eC_Bool &bAutoResize, const eC_UInt &uiResizeBy)
FontCache is the base-class for glyph-cache.
Definition: FontCache.h:24
struct for holding the unicode and a pointer to the related info-block
Definition: FontCache.h:53