Definition at line 18 of file ut_CharWriter.h.
|
enum | GradationMode {
GRADMODE_NONE
,
GRADMODE_H
,
GRADMODE_V
,
GRADMODE_MAX
} |
|
|
void | UpdateVertexColor () |
|
void | PrintGlyph (f32 x, f32 y, f32 z, const Glyph &rGlyph) |
|
void | LoadTexture (const Glyph &rGlyph, GXTexMapID slot) |
|
void | ResetTextureCache () |
|
|
static void | SetupVertexFormat () |
|
static void | SetupGXDefault () |
|
static void | SetupGXWithColorMapping (Color min, Color max) |
|
static void | SetupGXForI () |
|
static void | SetupGXForRGBA () |
|
◆ GradationMode
enum nw4r::ut::CharWriter::GradationMode |
◆ SetColorMapping()
void nw4r::ut::CharWriter::SetColorMapping |
( |
Color | min, |
|
|
Color | max ) |
|
inline |
◆ ResetColorMapping()
void nw4r::ut::CharWriter::ResetColorMapping |
( |
| ) |
|
|
inline |
◆ SetTextColor() [1/2]
void nw4r::ut::CharWriter::SetTextColor |
( |
Color | start | ) |
|
|
inline |
◆ SetTextColor() [2/2]
void nw4r::ut::CharWriter::SetTextColor |
( |
Color | start, |
|
|
Color | end ) |
|
inline |
◆ SetGradationMode()
void nw4r::ut::CharWriter::SetGradationMode |
( |
GradationMode | mode | ) |
|
|
inline |
◆ GetScaleH()
f32 nw4r::ut::CharWriter::GetScaleH |
( |
| ) |
const |
|
inline |
◆ GetScaleV()
f32 nw4r::ut::CharWriter::GetScaleV |
( |
| ) |
const |
|
inline |
◆ SetScale()
void nw4r::ut::CharWriter::SetScale |
( |
f32 | x, |
|
|
f32 | y ) |
|
inline |
◆ GetCursorX()
f32 nw4r::ut::CharWriter::GetCursorX |
( |
| ) |
const |
|
inline |
◆ SetCursorX()
void nw4r::ut::CharWriter::SetCursorX |
( |
f32 | x | ) |
|
|
inline |
◆ GetCursorY()
f32 nw4r::ut::CharWriter::GetCursorY |
( |
| ) |
const |
|
inline |
◆ SetCursorY()
void nw4r::ut::CharWriter::SetCursorY |
( |
f32 | y | ) |
|
|
inline |
◆ SetCursor() [1/2]
void nw4r::ut::CharWriter::SetCursor |
( |
f32 | x, |
|
|
f32 | y ) |
|
inline |
◆ SetCursor() [2/2]
void nw4r::ut::CharWriter::SetCursor |
( |
f32 | x, |
|
|
f32 | y, |
|
|
f32 | z ) |
|
inline |
◆ MoveCursorX()
void nw4r::ut::CharWriter::MoveCursorX |
( |
f32 | dx | ) |
|
|
inline |
◆ MoveCursorY()
void nw4r::ut::CharWriter::MoveCursorY |
( |
f32 | dy | ) |
|
|
inline |
◆ EnableFixedWidth()
void nw4r::ut::CharWriter::EnableFixedWidth |
( |
bool | enable | ) |
|
|
inline |
◆ IsWidthFixed()
bool nw4r::ut::CharWriter::IsWidthFixed |
( |
| ) |
const |
|
inline |
◆ SetFixedWidth()
void nw4r::ut::CharWriter::SetFixedWidth |
( |
f32 | width | ) |
|
|
inline |
◆ GetFixedWidth()
f32 nw4r::ut::CharWriter::GetFixedWidth |
( |
| ) |
const |
|
inline |
◆ SetFont()
void nw4r::ut::CharWriter::SetFont |
( |
const Font & | rFont | ) |
|
|
inline |
◆ GetFont()
const Font * nw4r::ut::CharWriter::GetFont |
( |
| ) |
const |
|
inline |
◆ ResetTextureCache()
void nw4r::ut::CharWriter::ResetTextureCache |
( |
| ) |
|
|
inlineprivate |
◆ DEFAULT_COLOR_MAPPING_MIN
const ulong nw4r::ut::CharWriter::DEFAULT_COLOR_MAPPING_MIN = 0x00000000 |
|
staticprivate |
◆ DEFAULT_COLOR_MAPPING_MAX
const ulong nw4r::ut::CharWriter::DEFAULT_COLOR_MAPPING_MAX = 0xFFFFFFFF |
|
staticprivate |
◆ mColorMapping
◆ mVertexColor
◆ mTextColor
◆ mScale
◆ mCursorPos
◆ mFilter
◆ PADDING_0x40
u8 nw4r::ut::CharWriter::PADDING_0x40[0x42 - 0x40] |
|
private |
◆ mAlpha
u8 nw4r::ut::CharWriter::mAlpha |
|
private |
◆ mIsWidthFixed
bool nw4r::ut::CharWriter::mIsWidthFixed |
|
private |
◆ mFixedWidth
f32 nw4r::ut::CharWriter::mFixedWidth |
|
private |
◆ mFont
const Font* nw4r::ut::CharWriter::mFont |
|
private |
◆ mLoadingTexture