Panda3D
|
This program uses FreeType to generate an egg file and a series of texture images from a font file input, such as a TTF file. More...
#include "eggMakeFont.h"
Public Member Functions | |
void | run () |
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). |
This program uses FreeType to generate an egg file and a series of texture images from a font file input, such as a TTF file.
The resulting egg file can be loaded in Panda as a StaticTextFont object for rendering text, even if FreeType is not compiled into the executing Panda.
Definition at line 42 of file eggMakeFont.h.
bool EggMakeFont::handle_args | ( | ProgramBase::Args & | args | ) | [protected, virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from EggWriter.
Definition at line 240 of file eggMakeFont.cxx.