#include <JUTFont.h>
|
| JUTFont () |
|
virtual | ~JUTFont () |
|
virtual void | setGX ()=0 |
|
virtual void | setGX (JUtility::TColor col1, JUtility::TColor col2) |
|
virtual f32 | drawChar_scale (f32 a1, f32 a2, f32 a3, f32 a4, int a5, bool a6)=0 |
|
virtual int | getLeading () const =0 |
|
virtual s32 | getAscent () const =0 |
|
virtual s32 | getDescent () const =0 |
|
virtual s32 | getHeight () const =0 |
|
virtual s32 | getWidth () const =0 |
|
virtual void | getWidthEntry (int i_no, TWidth *width) const =0 |
|
virtual s32 | getCellWidth () const |
|
virtual s32 | getCellHeight () const |
|
virtual int | getFontType () const =0 |
|
virtual ResFONT * | getResFont () const =0 |
|
virtual bool | isLeadByte (int a1) const =0 |
|
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 |
|
◆ JUTFont()
◆ ~JUTFont()
◆ drawChar_scale()
◆ drawString()
◆ drawString_scale()
◆ drawString_size()
◆ drawString_size_scale()
◆ getAscent()
◆ getCellHeight()
◆ getCellWidth()
◆ getDescent()
◆ getFixedWidth()
int JUTFont::getFixedWidth |
( |
| ) |
const |
|
inline |
◆ getFontType()
◆ getHeight()
◆ getLeading()
◆ getResFont()
◆ getWidth() [1/2]
◆ getWidth() [2/2]
int JUTFont::getWidth |
( |
int |
i_no | ) |
const |
|
inline |
◆ getWidthEntry()
◆ initialize_state()
void JUTFont::initialize_state |
( |
| ) |
|
◆ isFixed()
bool JUTFont::isFixed |
( |
| ) |
const |
|
inline |
◆ isLeadByte()
◆ isLeadByte_1Byte()
◆ isLeadByte_2Byte()
◆ isLeadByte_EUC()
◆ isLeadByte_ShiftJIS()
◆ isValid()
bool JUTFont::isValid |
( |
| ) |
const |
|
inline |
◆ setCharColor()
◆ setGradColor()
◆ setGX() [1/2]
◆ setGX() [2/2]
◆ mColor1
◆ mColor2
◆ mColor3
◆ mColor4
◆ mFixed
◆ mFixedWidth
◆ mValid
The documentation for this class was generated from the following files: