Font Builder. More...
#include <deFontBuilder.h>
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. | |
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.
| deFontBuilder::deFontBuilder | ( | ) |
Creates a new font builder.
| virtual deFontBuilder::~deFontBuilder | ( | ) | [virtual] |
Cleans up the font builder.
| virtual void deFontBuilder::BuildFont | ( | deFont * | font ) | [pure virtual] |
Build font into the provided font object.
1.7.2