#include <FTCharToGlyphIndexMap.h>
Implementation:
Caveats:
Definition at line 27 of file FTCharToGlyphIndexMap.h.
Public Types | |
typedef unsigned long | CharacterCode |
typedef signed long | GlyphIndex |
enum | { NumberOfBuckets = 256, BucketSize = 256, IndexNotFound = -1 } |
Public Member Functions | |
FTCharToGlyphIndexMap () | |
virtual | ~FTCharToGlyphIndexMap () |
void | clear () |
const GlyphIndex | find (CharacterCode c) |
void | insert (CharacterCode c, GlyphIndex g) |
|
Definition at line 31 of file FTCharToGlyphIndexMap.h. |
|
Definition at line 32 of file FTCharToGlyphIndexMap.h. |
|
Definition at line 34 of file FTCharToGlyphIndexMap.h. |
|
Definition at line 41 of file FTCharToGlyphIndexMap.h. |
|
Definition at line 46 of file FTCharToGlyphIndexMap.h. |
|
Definition at line 59 of file FTCharToGlyphIndexMap.h. References NumberOfBuckets. Referenced by FTCharmap::CharMap(), and FTCharmap::~FTCharmap(). |
|
Definition at line 74 of file FTCharToGlyphIndexMap.h. References BucketSize, CharacterCode, GlyphIndex, and IndexNotFound. Referenced by FTCharmap::GlyphListIndex(). |
|
Definition at line 98 of file FTCharToGlyphIndexMap.h. References BucketSize, CharacterCode, GlyphIndex, IndexNotFound, and NumberOfBuckets. Referenced by FTCharmap::InsertIndex(). |