CrystalSpace

Public API Reference

csFontCache::PlaneGlyphs Struct Reference

Array of a number of glyphs. More...

#include <csplugincommon/canvas/fontcache.h>

List of all members.

Public Attributes

LRUEntryentries [GLYPH_INDEX_LOWER_COUNT]
 Pointer to glyph information.

Detailed Description

Array of a number of glyphs.

To quickly access a specific glyph, basically a two-dimensional array is used. This is the "second" dimension, a "plane". A plane always contains GLYPH_INDEX_LOWER_COUNT number of glyphs.

Definition at line 102 of file fontcache.h.


Member Data Documentation

LRUEntry* csFontCache::PlaneGlyphs::entries[GLYPH_INDEX_LOWER_COUNT]

Pointer to glyph information.

Definition at line 105 of file fontcache.h.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1