API Reference > Structs, Records, Enums > OdCharacterProperties Structure
OdCharacterProperties Structure
Syntax
C++
struct OdCharacterProperties { bool bUnderlined; bool bOverlined; bool bStriked; bool bLastChar; bool bInBigFont; bool bAsian; bool bValid; };

OdFont.h

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

 
Name 
Description 
 
This is OdCharacterProperties, a member of class OdCharacterProperties. 
 
Name 
Description 
 
This is bAsian, a member of class OdCharacterProperties. 
 
This is bInBigFont, a member of class OdCharacterProperties. 
 
This is bLastChar, a member of class OdCharacterProperties. 
 
This is bOverlined, a member of class OdCharacterProperties. 
 
This is bStriked, a member of class OdCharacterProperties. 
 
This is bUnderlined, a member of class OdCharacterProperties. 
 
This is bValid, a member of class OdCharacterProperties. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.