KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Byte Sizes

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.
 

Detailed Description

Byte size definitions for the BIOS fonts.

Macro Definition Documentation

◆ BFONT_BYTES_PER_CHAR

#define BFONT_BYTES_PER_CHAR   (BFONT_THIN_WIDTH * BFONT_HEIGHT / 8)

Number of bytes to represent a single thin character within the BIOS font.

◆ BFONT_BYTES_PER_VMU_ICON

#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.

◆ BFONT_BYTES_PER_WIDE_CHAR

#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.