Expand description
Pixel font data for built-in 8x8 bitmap font (ASCII 32-126).
Functionsยง
- get_
font_ bits - Get the 8x8 bitmap data for a character. Returns None if the character is not in the printable ASCII range (32-126).
- rasterize_
glyph - Rasterize a glyph into pixel data. Returns the width, height, and pixel data (RGBA).