API Reference > Structs, Records, Enums > OdTextProperties Structure
OdTextProperties Structure
Syntax
C++
struct OdTextProperties { OdUInt16 m_flags; double m_trackingPercent; OdUInt16 m_textQuality; enum { kNormalText = 0x01, kVerticalText = 0x02, kUnderlined = 0x04, kOverlined = 0x08, kLastChar = 0x10, kInBigFont = 0x20, kInclPenups = 0x40, kZeroNormals = 0x80, kBezierCurves = 0x100, kStriked = 0x200, kLastPosOnly = 0x400, kTriangleCache = 0x800 }; OdChar m_prevChar; };

OdFont.h

This structure implements text properties in an OdGi context. Corresponding C++ library: TD_Root

 
Name 
Description 
 
This is OdTextProperties, a member of class OdTextProperties. 
 
Name 
Description 
 
This is m_flags, a member of class OdTextProperties. 
 
This is m_prevChar, a member of class OdTextProperties. 
 
This is m_textQuality, a member of class OdTextProperties. 
 
This is m_trackingPercent, a member of class OdTextProperties. 
 
Name 
Description 
 
Returns true if and only if the InBigFont flag is set for this TextProperties object. 
 
Returns true if and only if the IncludePenups flag is set for this TextProperties object. 
 
Returns true if and only if the LastChar flag is set for this TextProperties object. 
 
For internal use only 
 
Returns true if and only if the Normal Text flag is set for this TextProperties object. 
 
Returns true if and only if the Overlined flag is set for this TextProperties object. 
 
Returns true if and only if the Striked flag is set for this TextProperties object. 
 
Returns true if and only if the kTringleCache flag is set for this TextProperties object. 
 
Returns true if and only if the Underlined flag is set for this TextProperties object. 
 
Returns true if and only if the Vertical Text flag is set for this TextProperties object. 
 
Returns true if and only if the ZeroNormals flag is set for this TextProperties object. 
 
Controls the InBigFont flag for this TextProperties object.  
 
Controls the IncludePenups flag for this TextProperties object.  
 
Controls the LastChar flag for this TextProperties object.  
 
This is setLastPosOnly, a member of class OdTextProperties. 
 
Controls the Normal Text flag for this TextProperties object.  
 
Controls the Overlined flag for this TextProperties object.  
 
Controls the kTringleCache flag for this TextProperties object.  
 
Controls the Striked flag for this TextProperties object.  
 
Returns the text quality percent for this vectorization process. 
 
Sets the tracking percent for this TextProperties object.  
 
Sets smooth TTF text contour output flag.
bFlag (in) New flag value. 
 
Controls the Underlined flag for this TextProperties object.  
 
Controls the Vertical Text flag for this TextProperties object.  
 
Controls the kZeroNormals flag for this TextProperties object.  
 
Returns the text quality percent for this vectorization process. 
 
Returns the tracking percent for this TextProperties object. 
 
Returns smooth TTF text contour output flag. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.