CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OdCharacterProperties Struct Reference

#include <OdFont.h>

Public Member Functions

 OdCharacterProperties ()
 

Public Attributes

bool bUnderlined
 
bool bOverlined
 
bool bStriked
 
bool bLastChar
 
bool bInBigFont
 
bool bAsian
 
bool bValid
 
OdChar uCode
 

Detailed Description

This structure implements character properties in an OdGi context. Corresponding C++ library: TD_Root <group !!RECORDS_tkernel_apiref>

Definition at line 72 of file OdFont.h.

Constructor & Destructor Documentation

◆ OdCharacterProperties()

OdCharacterProperties::OdCharacterProperties ( )
inline

Definition at line 74 of file OdFont.h.

Member Data Documentation

◆ bAsian

bool OdCharacterProperties::bAsian

Asian character

Definition at line 87 of file OdFont.h.

◆ bInBigFont

bool OdCharacterProperties::bInBigFont

In big font character

Definition at line 85 of file OdFont.h.

◆ bLastChar

bool OdCharacterProperties::bLastChar

Last character

Definition at line 83 of file OdFont.h.

◆ bOverlined

bool OdCharacterProperties::bOverlined

Overlined character

Definition at line 79 of file OdFont.h.

◆ bStriked

bool OdCharacterProperties::bStriked

Striked character

Definition at line 81 of file OdFont.h.

◆ bUnderlined

bool OdCharacterProperties::bUnderlined

Underlined character

Definition at line 77 of file OdFont.h.

◆ bValid

bool OdCharacterProperties::bValid

Valid character

Definition at line 89 of file OdFont.h.

◆ uCode

OdChar OdCharacterProperties::uCode

Unicode for char

Definition at line 91 of file OdFont.h.


The documentation for this struct was generated from the following file: