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 
 
 
 
Name 
Description 
 
Asian character 
 
In big font character 
 
Last character 
 
Overlined character 
 
Striked character 
 
Underlined character 
 
Valid character 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.