LEFontInstance::mapCharsToGlyphs and LEFontInstance::mapCharToGlyph to adjust character codes before the character to glyph mapping process.
More...
#include <LEFontInstance.h>
Public Member Functions | |
| virtual | ~LECharMapper () |
| Destructor. | |
| virtual LEUnicode32 | mapChar (LEUnicode32 ch) const =0 |
| This method does the adjustments. | |
LEFontInstance::mapCharsToGlyphs and LEFontInstance::mapCharToGlyph to adjust character codes before the character to glyph mapping process.
Examples of this are filtering out control characters and character mirroring - replacing a character which has both a left and a right hand form with the opposite form.
Definition at line 28 of file LEFontInstance.h.
| virtual LECharMapper::~LECharMapper | ( | ) | [virtual] |
| virtual LEUnicode32 LECharMapper::mapChar | ( | LEUnicode32 | ch | ) | const [pure virtual] |
This method does the adjustments.
| ch | - the input character |
1.5.7.1