Panda3D
Public Member Functions | Protected Member Functions
EggMakeFont Class Reference

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"

Inheritance diagram for EggMakeFont:
EggWriter EggSingleBase WithOutputFile EggBase ProgramBase

List of all members.

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).

Detailed Description

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations