#include <GU_Font.h>
Public Member Functions | |
| GU_Font () | |
| virtual | ~GU_Font () |
| virtual void | install (GU_FontStream &fs, char *input_file)=0 |
| virtual void | buildText (GU_Detail *gdp, char *text, float italic, float xscale, float yscale, float xtrans, float ytrans, float ztrans, float xkern, float ykern, int hjustify, int vjustify)=0 |
| virtual GU_FONT_TYPE | getFontType () const =0 |
| const char * | getFontName () const |
| int | getError () const |
Protected Attributes | |
| char * | myFontName |
| int | myError |
Definition at line 46 of file GU_Font.h.
| GU_Font::GU_Font | ( | ) |
| virtual GU_Font::~GU_Font | ( | ) | [virtual] |
| virtual void GU_Font::buildText | ( | GU_Detail * | gdp, | |
| char * | text, | |||
| float | italic, | |||
| float | xscale, | |||
| float | yscale, | |||
| float | xtrans, | |||
| float | ytrans, | |||
| float | ztrans, | |||
| float | xkern, | |||
| float | ykern, | |||
| int | hjustify, | |||
| int | vjustify | |||
| ) | [pure virtual] |
| virtual GU_FONT_TYPE GU_Font::getFontType | ( | ) | const [pure virtual] |
| virtual void GU_Font::install | ( | GU_FontStream & | fs, | |
| char * | input_file | |||
| ) | [pure virtual] |
int GU_Font::myError [protected] |
char* GU_Font::myFontName [protected] |
1.5.9