NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ut::Glyph Struct Reference

Description

Definition at line 27 of file ut_Font.h.

Public Attributes

void * pTexture
 
CharWidths widths
 
u8 height
 
GXTexFmt texFormat
 
u16 texWidth
 
u16 texHeight
 
u16 cellX
 
u16 cellY
 

Member Data Documentation

◆ pTexture

void* nw4r::ut::Glyph::pTexture

Definition at line 28 of file ut_Font.h.

◆ widths

CharWidths nw4r::ut::Glyph::widths

Definition at line 29 of file ut_Font.h.

◆ height

u8 nw4r::ut::Glyph::height

Definition at line 30 of file ut_Font.h.

◆ texFormat

GXTexFmt nw4r::ut::Glyph::texFormat

Definition at line 31 of file ut_Font.h.

◆ texWidth

u16 nw4r::ut::Glyph::texWidth

Definition at line 32 of file ut_Font.h.

◆ texHeight

u16 nw4r::ut::Glyph::texHeight

Definition at line 33 of file ut_Font.h.

◆ cellX

u16 nw4r::ut::Glyph::cellX

Definition at line 34 of file ut_Font.h.

◆ cellY

u16 nw4r::ut::Glyph::cellY

Definition at line 35 of file ut_Font.h.