Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FTGLPolygonFont Class Reference

#include <FTGLPolygonFont.h>

Inheritance diagram for FTGLPolygonFont:

FTFont

Detailed Description

FTGLPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts.

See also:
FTFont

Definition at line 17 of file FTGLPolygonFont.h.

Public Member Functions

 FTGLPolygonFont (const char *fontFilePath)
 Open and read a font file.

 FTGLPolygonFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes)
 Open and read a font from a buffer in memory.

 ~FTGLPolygonFont ()
 Destructor.


Constructor & Destructor Documentation

FTGLPolygonFont::FTGLPolygonFont const char *  fontFilePath  ) 
 

Open and read a font file.

Sets Error flag.

Parameters:
fontFilePath font file path.

Definition at line 5 of file FTGLPolygonFont.cpp.

FTGLPolygonFont::FTGLPolygonFont const unsigned char *  pBufferBytes,
size_t  bufferSizeInBytes
 

Open and read a font from a buffer in memory.

Sets Error flag.

Parameters:
pBufferBytes the in-memory buffer
bufferSizeInBytes the length of the buffer in bytes

Definition at line 10 of file FTGLPolygonFont.cpp.

FTGLPolygonFont::~FTGLPolygonFont  ) 
 

Destructor.

Definition at line 15 of file FTGLPolygonFont.cpp.


The documentation for this class was generated from the following files:
Generated on Sun Dec 5 22:24:07 2004 for FTGL by doxygen 1.3.6