liberis
|
Access fonts from ROM. More...
#include <eris/types.h>
Go to the source code of this file.
Enumerations | |
enum | romfont_type { ROMFONT_KANJI_16x16 = 0, ROMFONT_KANJI_12x12 = 1, ROMFONT_ANK_8x16 = 2, ROMFONT_ANK_6x12 = 3, ROMFONT_ANK_8x8 = 4, ROMFONT_ANK_8x12 = 5 } |
Type of font to get data for. More... | |
Functions | |
u8 * | eris_romfont_get (u32 sjis, romfont_type type) |
Get font data. |
Access fonts from ROM.
enum romfont_type |
u8* eris_romfont_get | ( | u32 | sjis, |
romfont_type | type | ||
) |
Get font data.
Gets font data for the specified symbol. The data is returned in a series of bytes, and is stored in a simple 1bpp format.
sjis | The ShiftJIS code to get the font data for. (ASCII works too) |
type | The type of font to get the data from. |