#include <GU_FontStream.h>
Public Member Functions | |
| char * | load (UT_IStream &is) |
| int | get (char &c) |
| void | put (char c) |
| void | eexecDecode (void) |
| void | decodeByte (char &plain, unsigned short &key) |
| GU_FONT_TYPE | getFontType (void) |
| GU_Font * | allocateFont () |
Definition at line 30 of file GU_FontStream.h.
| GU_Font* GU_FontStream::allocateFont | ( | ) |
| void GU_FontStream::decodeByte | ( | char & | plain, | |
| unsigned short & | key | |||
| ) |
| void GU_FontStream::eexecDecode | ( | void | ) |
| int GU_FontStream::get | ( | char & | c | ) | [inline] |
Definition at line 33 of file GU_FontStream.h.
| GU_FONT_TYPE GU_FontStream::getFontType | ( | void | ) | [inline] |
Definition at line 46 of file GU_FontStream.h.
| char* GU_FontStream::load | ( | UT_IStream & | is | ) |
| void GU_FontStream::put | ( | char | c | ) | [inline] |
Definition at line 41 of file GU_FontStream.h.
1.5.9