ATMFont Class Reference

A class description of our ATM fonts. Mainly uses all base class functions at the moment, apart from the type. More...

#include <atmfonts.h>

Inheritance diagram for ATMFont:

FontBase CCObject SimpleCCObject List of all members.

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.

Detailed Description

A class description of our ATM fonts. Mainly uses all base class functions at the moment, apart from the type.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
14/9/95

Definition at line 195 of file atmfonts.h.


Constructor & Destructor Documentation

ATMFont::ATMFont  ) 
 

Default constructor.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/09/95

Definition at line 170 of file atmfonts.cpp.

00171 {
00172 }

ATMFont::~ATMFont  ) 
 

destructor for the ATMFont class

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/09/95

Definition at line 184 of file atmfonts.cpp.

00185 {
00186 }


Member Function Documentation

void ATMFont::Dump  )  [virtual]
 

Dump the contents of this cache entry out.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/09/95

Reimplemented from FontBase.

Definition at line 198 of file atmfonts.cpp.

00199 {
00200     FontBase::Dump();
00201     TRACE( _T(" FontClass = ATM Type1\n"));
00202 }

virtual FontClass ATMFont::GetFontClass  )  [inline, virtual]
 

Reimplemented from FontBase.

Definition at line 203 of file atmfonts.h.

00203 { return FC_ATM; };


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:50:03 2007 for Camelot by  doxygen 1.4.4