This method is used to test if a particular character can be displayed by the filter's font.
For internal use only.
Implements LEGlyphFilter. Definition at line 29 of file ArabicLayoutEngine.cpp. References LEFontInstance::canDisplay(), and fFontInstance. { return fFontInstance->canDisplay((LEUnicode) glyph); }
|