TTFont Class Reference

A class description of a true type font. More...

#include <ttfonts.h>

Inheritance diagram for TTFont:

FontBase CCObject SimpleCCObject List of all members.

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.

Detailed Description

A class description of a true type font.

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

Definition at line 120 of file ttfonts.h.


Constructor & Destructor Documentation

TTFont::TTFont  ) 
 

Default constructor.

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

Definition at line 127 of file ttfonts.cpp.

00128 {
00129 }

TTFont::~TTFont  ) 
 

destructor for the TTFont class

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

Definition at line 141 of file ttfonts.cpp.

00142 {
00143 }


Member Function Documentation

void TTFont::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 155 of file ttfonts.cpp.

00156 {
00157     FontBase::Dump();
00158     TRACE( _T(" FontClass = TrueType\n"));
00159 }

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

Reimplemented from FontBase.

Definition at line 128 of file ttfonts.h.

00128 { return FC_TRUETYPE; };


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