CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
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 788 of file OdFont.h.

◆ OdFontPtr

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

Definition at line 759 of file OdFont.h.

◆ OdFontSubType

Definition at line 360 of file OdFont.h.

Enumeration Type Documentation

◆ OdFontType

enum OdFontType

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 52 of file OdFont.h.