KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Dimensions of the Bios Font

Macros

#define BFONT_THIN_WIDTH   12
 Width of Thin Font (ISO8859_1, half-JP)
 
#define BFONT_WIDE_WIDTH   BFONT_THIN_WIDTH * 2
 Width of Wide Font (full-JP)
 
#define BFONT_HEIGHT   24
 Height of All Fonts.
 

Detailed Description

Macro Definition Documentation

◆ BFONT_HEIGHT

#define BFONT_HEIGHT   24

Height of All Fonts.

◆ BFONT_THIN_WIDTH

#define BFONT_THIN_WIDTH   12

Width of Thin Font (ISO8859_1, half-JP)

◆ BFONT_WIDE_WIDTH

#define BFONT_WIDE_WIDTH   BFONT_THIN_WIDTH * 2

Width of Wide Font (full-JP)