#include <ttfonts.h>
Inheritance diagram for TTFont:
Public Member Functions | |
TTFont () | |
Default constructor. | |
~TTFont () | |
destructor for the TTFont class | |
virtual FontClass | GetFontClass () |
virtual void | Dump () |
Dump the contents of this cache entry out. |
Definition at line 120 of file ttfonts.h.
|
Default constructor.
Definition at line 127 of file ttfonts.cpp.
|
|
destructor for the TTFont class
Definition at line 141 of file ttfonts.cpp.
|
|
Dump the contents of this cache entry out.
Reimplemented from FontBase. Definition at line 155 of file ttfonts.cpp. 00156 { 00157 FontBase::Dump(); 00158 TRACE( _T(" FontClass = TrueType\n")); 00159 }
|
|
Reimplemented from FontBase. Definition at line 128 of file ttfonts.h. 00128 { return FC_TRUETYPE; };
|