muteki
Loading...
Searching...
No Matches
font.h File Reference

Font-related API. More...

#include <muteki/ui/common.h>

Go to the source code of this file.

Functions

short GetCharWidth (UTF16 c, uint8_t font_type)
 Get the width of the character c used in font_type.
 
int GetFontHeight (uint8_t font_type)
 Get the height of the font font_type.
 

Detailed Description

Font-related API.

Function Documentation

◆ GetCharWidth()

short GetCharWidth ( UTF16  c,
uint8_t  font_type 
)
extern

Get the width of the character c used in font_type.

Syscall Number
0x1004d
Parameters
cUTF-16 codepoint of the character.
font_typeThe font type.
Returns
The width in pixels of that character.

◆ GetFontHeight()

int GetFontHeight ( uint8_t  font_type)
extern

Get the height of the font font_type.

Syscall Number
0x1004e
Parameters
font_typeThe font type.
Returns
The height in pixels of that font.