Struct 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¶
Number of glyphs
variable data¶
Bitmap data (column-major per glyph)
variable first_char¶
First ASCII code (usually 32)
variable height¶
Glyph height in pixels
variable width¶
Glyph width in pixels
The documentation for this class was generated from the following file src/syntropic/display/syn_canvas.h