Go to the source code of this file.
Functions | |
s32 | msg_get_print_char_width (s32 character, s32 charset, s32 variation, f32 msgScale, s32 overrideCharWidth, u8 flags) |
void | msg_get_glyph (s32 font, s32 variation, s32 charIndex, s32 palette, MesasgeFontGlyphData *out) |
void | dma_load_msg (u32 msgID, void *dest) |
s32 msg_get_print_char_width | ( | s32 | character, |
s32 | charset, | ||
s32 | variation, | ||
f32 | msgScale, | ||
s32 | overrideCharWidth, | ||
u8 | flags ) |
Definition at line 1578 of file msg.c.
Referenced by get_msg_properties().
void msg_get_glyph | ( | s32 | font, |
s32 | variation, | ||
s32 | charIndex, | ||
s32 | palette, | ||
MesasgeFontGlyphData * | out ) |
Definition at line 2279 of file msg_draw.c.
void dma_load_msg | ( | u32 | msgID, |
void * | dest ) |
Definition at line 1396 of file msg.c.
Referenced by draw_msg(), get_msg_properties(), load_message_to_buffer(), and set_message_text_var().