CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdFont.h File Reference
#include "RxObject.h"
#include "OdArray.h"
#include "OdCharMapper.h"
#include "Tr/TrVisRawTexture.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 enum OdTagFontType OdFontType
 
typedef OdUInt32 OdFontSubType
 
typedef OdSmartPtr< OdFontOdFontPtr
 
typedef OdSmartPtr< OdBaseTextIteratorOdBaseTextIteratorPtr
 

Enumerations

enum  OdTagFontType {
  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 810 of file OdFont.h.

◆ OdFontPtr

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

Definition at line 781 of file OdFont.h.

◆ OdFontSubType

Definition at line 367 of file OdFont.h.

◆ OdFontType

typedef enum OdTagFontType OdFontType

Defines font type options.

Enumeration Type Documentation

◆ OdTagFontType

Defines font type options.

Enumerator
kFontTypeUnknown 

Unknown

kFontTypeShx 

SHX font.

kFontTypeTrueType 

TrueType font.

kFontTypeShape 

Shape file.

kFontTypeBig 

Big font file.

kFontTypeRsc 

MicroStation resource file.

Definition at line 53 of file OdFont.h.