Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
Loading...
Searching...
No Matches
gd_font_t Struct Reference

Structure to holds Fonts. The default fonts are defined in GraphicDisplay_Fonts.h. You can create your own fonts. A software that creates this fonts must be searched. More...

#include <GraphicDisplay.h>

Data Fields

const uint8_t width
 Font width in pixels.
 
const uint8_t height
 Pointer to font data array.
 
const uint16_t *const data
 Proportional character width in pixels (NULL for monospaced)
 
const uint8_t *const char_width
 

Detailed Description

Structure to holds Fonts. The default fonts are defined in GraphicDisplay_Fonts.h. You can create your own fonts. A software that creates this fonts must be searched.

Field Documentation

◆ char_width

const uint8_t* const gd_font_t::char_width

◆ data

const uint16_t* const gd_font_t::data

Proportional character width in pixels (NULL for monospaced)

◆ height

const uint8_t gd_font_t::height

Pointer to font data array.

◆ width

const uint8_t gd_font_t::width

Font width in pixels.

<

Font height in pixels


The documentation for this struct was generated from the following file: