KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Byte size definitions for the BIOS fonts. More...
Macros | |
#define | BFONT_BYTES_PER_CHAR (BFONT_THIN_WIDTH * BFONT_HEIGHT / 8) |
Number of bytes to represent a single thin character within the BIOS font. | |
#define | BFONT_BYTES_PER_WIDE_CHAR (BFONT_WIDE_WIDTH * BFONT_HEIGHT / 8) |
Number of bytes to represent a single wide character within the BIOS font. | |
#define | BFONT_BYTES_PER_VMU_ICON (BFONT_ICON_DIMEN * BFONT_ICON_DIMEN / 8) |
Number of bytes to represent a vmu icon within the BIOS font. | |
Byte size definitions for the BIOS fonts.
#define BFONT_BYTES_PER_CHAR (BFONT_THIN_WIDTH * BFONT_HEIGHT / 8) |
Number of bytes to represent a single thin character within the BIOS font.
#define BFONT_BYTES_PER_VMU_ICON (BFONT_ICON_DIMEN * BFONT_ICON_DIMEN / 8) |
Number of bytes to represent a vmu icon within the BIOS font.
#define BFONT_BYTES_PER_WIDE_CHAR (BFONT_WIDE_WIDTH * BFONT_HEIGHT / 8) |
Number of bytes to represent a single wide character within the BIOS font.