#include <pg_font.h>
Public Member Functions | |
| pgDefineException (ExceptionDrawStringFailed) | |
| pgDefineException (ExceptionInvalidArgument) | |
| pgDefineException (ExceptionInvalidCall) | |
| pgDefineException (ExceptionNotInitialized) | |
| void | init (u16 width, u16 height) |
| pgID | getTextureID () const |
| u16 | getWidth () const |
| u16 | getHeight () const |
| const void * | getImage () const |
| u32 | getImageSize () const |
| void * | editImage () |
| void | clearImage () |
| u16 | drawString (s16 x, s16 y, const char *str,...) |
| u16 | drawString (s16 x, s16 y, const wchar_t *str,...) |
1.5.8