deFontBuilder Class Reference

Font Builder. More...

#include <deFontBuilder.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deFontBuilder ()
 Creates a new font builder.
virtual ~deFontBuilder ()
 Cleans up the font builder.
Management
virtual void BuildFont (deFont *font)=0
 Build font into the provided font object.

Detailed Description

Font Builder.

The font builder is provided for applications requiring to produce font resources not from a file but from data somewhere in memory. Usually used by editors to create font resources from an in-editor representation of a font.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deFontBuilder::deFontBuilder (  )

Creates a new font builder.

virtual deFontBuilder::~deFontBuilder (  ) [virtual]

Cleans up the font builder.


Member Function Documentation

virtual void deFontBuilder::BuildFont ( deFont font ) [pure virtual]

Build font into the provided font object.


The documentation for this class was generated from the following file: