#include <CustomFont.h>
Inheritance diagram for CCustomFont:

Public Member Functions | |
| virtual int | LoadXML (TiXmlNode *pDataNode, CString strFilename) |
| virtual int | SaveXML (TiXmlNode *pDataNode, CString strFilename) |
| virtual void | Destroy () |
| virtual void | Draw (CString strFormat,...)=0 |
| virtual void | DrawChar (float x, float y, char c)=0 |
| eFontType | GetFontType () |
| Returns font type. | |
| virtual bool | IsOfType (eEntityType eType) |
Protected Attributes | |
| DWORD | m_dwFlags |
| eFontType | m_eFontType |
This class provides an interface to higher-abstraction font classes.
Definition at line 29 of file CustomFont.h.
|
|
Method details: Clean-up method Reimplemented from CXMLResource.
Reimplemented in CBitmapFont. Definition at line 29 of file CustomFont.cpp. |
|
||||||||||||
|
Method details:
Implemented in CBitmapFont.
|
|
||||||||||||||||
|
Method details:
Implemented in CBitmapFont.
|
|
|
Method details: This is an implementation of Custom RTTI Reimplemented from CXMLResource.
Reimplemented in CBitmapFont. Definition at line 34 of file CustomFont.cpp. References CXMLResource::IsOfType(). Referenced by CBitmapFont::IsOfType(). |
|
||||||||||||
|
Method details:
Reimplemented from CXMLResource.
Reimplemented in CBitmapFont. Definition at line 14 of file CustomFont.cpp. References CXMLResource::LoadXML(). Referenced by CFontManager::LoadResource(), and CBitmapFont::LoadXML(). |
|
||||||||||||
|
Method details:
Reimplemented from CXMLResource.
Reimplemented in CBitmapFont. Definition at line 19 of file CustomFont.cpp. References CXMLResource::SaveXML(). Referenced by CFontManager::SaveXML(). |
|
|
Custom flags Definition at line 77 of file CustomFont.h. |
|
|
Font type Definition at line 78 of file CustomFont.h. Referenced by GetFontType(). |
1.3.8