API Reference > Other Classes > OdTrueTypeFontBase Class
OdTrueTypeFontBase Class
OdTrueTypeFontBaseOdTrueTypeFontBaseOdTrueTypeFontBase
Syntax
C++
class OdTrueTypeFontBase : public OdFont;

OdTrueTypeFontBase.h

 
Name 
Description 
 
Returns glyph indices and possibly some extended information needed to render given character array.
glyphs will always be filled in. visualOrderFromLogical will be filled in if isSupportReorder() or isSupportExtendedLayouting() return true. isLTR and offsets will be filled in if isSupportExtendedLayouting() returns true.
 
 
 
 
If this returns true, getGlyphIndexes() method should be able to fill the input arrays visualOrderFromLogical, isLTR and offsets. If this returns true, isSupportReorder() should also return true. 
 
Returns true in case font support symbols reordering. 
 
 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.