CFx SDK Documentation  2023 SP0
Classes | Typedefs | Enumerations
OdFont.h File Reference
#include "RxObject.h"
#include "OdArray.h"
#include "OdCharMapper.h"
#include <memory.h>
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

struct  OdCharacterProperties
 
struct  OdTextProperties
 
class  OdFont
 
class  OdBaseTextIterator
 

Typedefs

typedef OdUInt32 OdFontSubType
 
typedef OdSmartPtr< OdFontOdFontPtr
 
typedef OdSmartPtr< OdBaseTextIteratorOdBaseTextIteratorPtr
 

Enumerations

enum  OdFontType {
  kFontTypeUnknown = 0 , kFontTypeShx = 1 , kFontTypeTrueType = 2 , kFontTypeShape = 3 ,
  kFontTypeBig = 4 , kFontTypeRsc = 5
}
 

Typedef Documentation

◆ OdBaseTextIteratorPtr

This template class is a specialization of the OdSmartPtr class for OdBaseTextIterator object pointers.

Definition at line 606 of file OdFont.h.

◆ OdFontPtr

This template class is a specialization of the OdSmartPtr class for OdFont object pointers.

Definition at line 581 of file OdFont.h.

◆ OdFontSubType

Definition at line 224 of file OdFont.h.

Enumeration Type Documentation

◆ OdFontType

enum OdFontType
Enumerator
kFontTypeUnknown 
kFontTypeShx 
kFontTypeTrueType 
kFontTypeShape 
kFontTypeBig 
kFontTypeRsc 

Definition at line 49 of file OdFont.h.