|
| | myFontClass (const ResFONT *i_font, JKRHeap *i_heap) |
| |
| virtual | ~myFontClass () |
| |
| virtual f32 | drawChar_scale (f32 param_0, f32 param_1, f32 param_2, f32 param_3, int param_4, bool param_5) |
| |
| virtual | ~JUTResFont () |
| |
| virtual void | setGX () |
| |
| virtual void | setGX (JUtility::TColor, JUtility::TColor) |
| |
| virtual int | getLeading () const |
| |
| virtual s32 | getAscent () const |
| |
| virtual s32 | getDescent () const |
| |
| virtual s32 | getHeight () const |
| |
| virtual s32 | getWidth () const |
| |
| virtual void | getWidthEntry (int, JUTFont::TWidth *) const |
| |
| virtual s32 | getCellWidth () const |
| |
| virtual s32 | getCellHeight () const |
| |
| virtual int | getFontType () const |
| |
| virtual ResFONT * | getResFont () const |
| |
| virtual bool | isLeadByte (int) const |
| |
| virtual void | loadImage (int, _GXTexMapID) |
| |
| virtual void | setBlock () |
| |
| | JUTResFont (ResFONT const *, JKRHeap *) |
| |
| | JUTResFont () |
| |
| void | deleteMemBlocks_ResFont () |
| |
| void | initialize_state () |
| |
| bool | initiate (ResFONT const *, JKRHeap *) |
| |
| bool | protected_initiate (ResFONT const *, JKRHeap *) |
| |
| void | countBlock () |
| |
| void | loadFont (int, _GXTexMapID, JUTFont::TWidth *) |
| |
| int | getFontCode (int) const |
| |
| int | convertSjis (int, u16 *) const |
| |
| void | delete_and_initialize () |
| |
| | JUTFont () |
| |
| virtual | ~JUTFont () |
| |
| void | initialize_state () |
| |
| void | setCharColor (JUtility::TColor col1) |
| |
| void | setGradColor (JUtility::TColor col1, JUtility::TColor col2) |
| |
| f32 | drawString_size_scale (f32 posX, f32 posY, f32 width, f32 height, const char *str, u32 usz, bool visible) |
| |
| void | drawString (int posX, int posY, const char *str, bool visible) |
| |
| void | drawString_size (int posX, int posY, const char *str, u32 len, bool visible) |
| |
| void | drawString_scale (f32 posX, f32 posY, f32 width, f32 height, const char *str, bool visible) |
| |
| int | getWidth (int i_no) const |
| |
| bool | isValid () const |
| |
| bool | isFixed () const |
| |
| int | getFixedWidth () const |
| |
| int | getOffset (int i_no) const |
| |