![]() | InDesign SDK 20.5 |
#include <CInterfaceFontInfo.h>

Public Member Functions | |
| CInterfaceFontInfo () | |
| CInterfaceFontInfo (const PMString &fontName) | |
| CInterfaceFontInfo (const CInterfaceFontInfo &other) | |
| ~CInterfaceFontInfo () | |
| CInterfaceFontInfo & | operator= (const CInterfaceFontInfo &other) |
| const PMString & | GetFontName () const |
| IPMFont * | GetFont () const |
Protected Attributes | |
| PMString | fFontName |
| IPMFont * | fFont |
Base class for platform specific implementation of UI font structure.
| CInterfaceFontInfo::CInterfaceFontInfo | ( | ) |
Constructor
| CInterfaceFontInfo::CInterfaceFontInfo | ( | const PMString & | fontName | ) |
Constructor from font name
| CInterfaceFontInfo::CInterfaceFontInfo | ( | const CInterfaceFontInfo & | other | ) |
Copy Constructor
| CInterfaceFontInfo::~CInterfaceFontInfo | ( | ) |
Destructor
| IPMFont* CInterfaceFontInfo::GetFont | ( | ) | const |
Get the InDesign font from this UI font
| const PMString& CInterfaceFontInfo::GetFontName | ( | ) | const |
Get the name of the font for this UI font structure
| CInterfaceFontInfo& CInterfaceFontInfo::operator= | ( | const CInterfaceFontInfo & | other | ) |
Assignment