CFx SDK Documentation
2023 SP0
|
#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< OdFont > | OdFontPtr |
typedef OdSmartPtr< OdBaseTextIterator > | OdBaseTextIteratorPtr |
Enumerations | |
enum | OdFontType { kFontTypeUnknown = 0 , kFontTypeShx = 1 , kFontTypeTrueType = 2 , kFontTypeShape = 3 , kFontTypeBig = 4 , kFontTypeRsc = 5 } |
This template class is a specialization of the OdSmartPtr class for OdBaseTextIterator object pointers.
typedef OdSmartPtr<OdFont> OdFontPtr |
This template class is a specialization of the OdSmartPtr class for OdFont object pointers.
typedef OdUInt32 OdFontSubType |
enum OdFontType |