glyph_cache
memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256);
glyph_cache* glyph =
(glyph_cache*)m_allocator.allocate(sizeof(glyph_cache),
glyph_cache** m_glyphs[256];
const glyph_cache* find_glyph(unsigned glyph_code) const
glyph_cache* cache_glyph(unsigned glyph_code,
const glyph_cache* glyph(unsigned glyph_code)
const glyph_cache* gl = m_fonts.find_glyph(glyph_code);
void init_embedded_adaptors(const glyph_cache* gl,
const glyph_cache* perv_glyph() const { return m_prev_glyph; }
const glyph_cache* last_glyph() const { return m_last_glyph; }
const glyph_cache* m_prev_glyph;
const glyph_cache* m_last_glyph;
const glyph_cache* find_glyph(unsigned glyph_code) const
glyph_cache* cache_glyph(unsigned glyph_code,
(glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256,
sizeof(glyph_cache*));