#include <atmfonts.h>
Inheritance diagram for ATMFont:
Public Member Functions | |
ATMFont () | |
Default constructor. | |
~ATMFont () | |
destructor for the ATMFont class | |
virtual FontClass | GetFontClass () |
virtual void | Dump () |
Dump the contents of this cache entry out. |
Definition at line 195 of file atmfonts.h.
|
Default constructor.
Definition at line 170 of file atmfonts.cpp.
|
|
destructor for the ATMFont class
Definition at line 184 of file atmfonts.cpp.
|
|
Dump the contents of this cache entry out.
Reimplemented from FontBase. Definition at line 198 of file atmfonts.cpp. 00199 { 00200 FontBase::Dump(); 00201 TRACE( _T(" FontClass = ATM Type1\n")); 00202 }
|
|
Reimplemented from FontBase. Definition at line 203 of file atmfonts.h. 00203 { return FC_ATM; };
|