Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
COutFontSet_c Class Reference

#include <d_msg_out_font.h>

+ Collaboration diagram for COutFontSet_c:

Public Member Functions

 COutFontSet_c ()
 
void initialize ()
 
void drawFont (J2DTextBox *, u8, f32, f32, f32, f32, u32, u8)
 
virtual ~COutFontSet_c ()
 
u8 getType ()
 
u32 getColor ()
 
f32 getPosX ()
 
f32 getPosY ()
 
f32 getSizeX ()
 
f32 getSizeY ()
 
u8 getAlpha ()
 
J2DTextBoxgetTextBoxPtr ()
 
void setTextBoxPtr (J2DTextBox *p_textBox)
 
void resetType ()
 

Private Attributes

J2DTextBoxmpTextBoxPtr
 
f32 mPosX
 
f32 mPosY
 
f32 mSizeX
 
f32 mSizeY
 
u32 mColor
 
u8 mAlpha
 
u8 mType
 

Constructor & Destructor Documentation

◆ COutFontSet_c()

COutFontSet_c::COutFontSet_c ( )

◆ ~COutFontSet_c()

COutFontSet_c::~COutFontSet_c ( )
virtual

Member Function Documentation

◆ drawFont()

void COutFontSet_c::drawFont ( J2DTextBox i_textbox,
u8  i_type,
f32  i_posX,
f32  i_posY,
f32  i_sizeX,
f32  i_sizeY,
u32  i_color,
u8  i_alpha 
)

◆ getAlpha()

u8 COutFontSet_c::getAlpha ( )
inline

◆ getColor()

u32 COutFontSet_c::getColor ( )
inline

◆ getPosX()

f32 COutFontSet_c::getPosX ( )
inline

◆ getPosY()

f32 COutFontSet_c::getPosY ( )
inline

◆ getSizeX()

f32 COutFontSet_c::getSizeX ( )
inline

◆ getSizeY()

f32 COutFontSet_c::getSizeY ( )
inline

◆ getTextBoxPtr()

J2DTextBox * COutFontSet_c::getTextBoxPtr ( )
inline

◆ getType()

u8 COutFontSet_c::getType ( )
inline

◆ initialize()

void COutFontSet_c::initialize ( )

◆ resetType()

void COutFontSet_c::resetType ( )
inline

◆ setTextBoxPtr()

void COutFontSet_c::setTextBoxPtr ( J2DTextBox p_textBox)
inline

Member Data Documentation

◆ mAlpha

u8 COutFontSet_c::mAlpha
private

◆ mColor

u32 COutFontSet_c::mColor
private

◆ mPosX

f32 COutFontSet_c::mPosX
private

◆ mPosY

f32 COutFontSet_c::mPosY
private

◆ mpTextBoxPtr

J2DTextBox* COutFontSet_c::mpTextBoxPtr
private

◆ mSizeX

f32 COutFontSet_c::mSizeX
private

◆ mSizeY

f32 COutFontSet_c::mSizeY
private

◆ mType

u8 COutFontSet_c::mType
private

The documentation for this class was generated from the following files: