#include <J2DPrint.h>
|
| | J2DPrint (JUTFont *, JUtility::TColor, JUtility::TColor) |
| |
| void | initiate () |
| |
| | J2DPrint (JUTFont *, f32, f32, JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor) |
| |
| void | setFontSize () |
| |
| void | locate (f32, f32) |
| |
| f32 | print (f32, f32, u8, char const *,...) |
| |
| void | printReturn (char const *, f32, f32, J2DTextBoxHBinding, J2DTextBoxVBinding, f32, f32, u8) |
| |
| f32 | parse (u8 const *, int, int, u16 *, J2DPrint::TSize &, u8, bool) |
| |
| void | doCtrlCode (int) |
| |
| u16 | doEscapeCode (u8 const **, u8) |
| |
| void | initchar () |
| |
| s32 | getNumberS32 (u8 const **, s32, s32, int) |
| |
| f32 | getNumberF32 (u8 const **, f32, f32, int) |
| |
| virtual | ~J2DPrint () |
| |
| f32 | print_va (u8 alpha, const char *fmt, va_list args) |
| |
| void | setFontSize (f32 sizeX, f32 sizeY) |
| |
◆ J2DPrint() [1/2]
◆ J2DPrint() [2/2]
◆ ~J2DPrint()
◆ doCtrlCode()
| void J2DPrint::doCtrlCode |
( |
int | iCharacter | ) |
|
◆ doEscapeCode()
| u16 J2DPrint::doEscapeCode |
( |
u8 const ** | ppu8String, |
|
|
u8 | alpha ) |
◆ getNumberF32()
| f32 J2DPrint::getNumberF32 |
( |
u8 const ** | ppu8String, |
|
|
f32 | defaultValue, |
|
|
f32 | errorValue, |
|
|
int | base ) |
◆ getNumberS32()
| s32 J2DPrint::getNumberS32 |
( |
u8 const ** | ppu8String, |
|
|
s32 | defaultValue, |
|
|
s32 | errorValue, |
|
|
int | base ) |
◆ initchar()
| void J2DPrint::initchar |
( |
| ) |
|
◆ initiate()
| void J2DPrint::initiate |
( |
| ) |
|
◆ locate()
| void J2DPrint::locate |
( |
f32 | cursorH, |
|
|
f32 | cursorV ) |
◆ parse()
| f32 J2DPrint::parse |
( |
u8 const * | pString, |
|
|
int | length, |
|
|
int | param_2, |
|
|
u16 * | param_3, |
|
|
J2DPrint::TSize & | size, |
|
|
u8 | alpha, |
|
|
bool | param_6 ) |
◆ print()
| f32 J2DPrint::print |
( |
f32 | cursorH, |
|
|
f32 | cursorV, |
|
|
u8 | alpha, |
|
|
char const * | fmt, |
|
|
| ... ) |
◆ print_va()
| f32 J2DPrint::print_va |
( |
u8 | alpha, |
|
|
const char * | fmt, |
|
|
va_list | args ) |
|
inline |
◆ printReturn()
◆ private_initiate()
◆ setBuffer()
◆ setFontSize() [1/2]
| void J2DPrint::setFontSize |
( |
| ) |
|
◆ setFontSize() [2/2]
| void J2DPrint::setFontSize |
( |
f32 | sizeX, |
|
|
f32 | sizeY ) |
|
inline |
◆ field_0x10
◆ field_0x14
◆ field_0x20
◆ field_0x22
| bool J2DPrint::field_0x22 |
|
private |
◆ field_0x24
◆ field_0x28
◆ field_0x34
◆ field_0x58
◆ field_0x5a
| bool J2DPrint::field_0x5a |
|
private |
◆ field_0x8
◆ field_0xc
◆ mBlackColor
◆ mCharColor
◆ mCharSpacing
| f32 J2DPrint::mCharSpacing |
|
private |
◆ mCursorH
◆ mCursorV
◆ mFont
◆ mFontSizeX
◆ mFontSizeY
◆ mGradColor
◆ mLineSpacing
| f32 J2DPrint::mLineSpacing |
|
private |
◆ mScaleX
◆ mScaleY
◆ mStrBuff
| char * J2DPrint::mStrBuff |
|
static |
◆ mStrBuffSize
◆ mWhiteColor
The documentation for this class was generated from the following files: