Skip to content

Struct SYN_Font

ClassList > SYN_Font

Font descriptor for text rendering.

  • #include <syn_canvas.h>

Public Attributes

Type Name
uint8_t char_count
const uint8_t * data
uint8_t first_char
uint8_t height
uint8_t width

Public Attributes Documentation

variable char_count

uint8_t SYN_Font::char_count;

Number of glyphs


variable data

const uint8_t* SYN_Font::data;

Bitmap data (column-major per glyph)


variable first_char

uint8_t SYN_Font::first_char;

First ASCII code (usually 32)


variable height

uint8_t SYN_Font::height;

Glyph height in pixels


variable width

uint8_t SYN_Font::width;

Glyph width in pixels



The documentation for this class was generated from the following file src/syntropic/display/syn_canvas.h