LCDGFX LCD display driver  1.2.0
Lightweight graphics library for SSD1306, SSD1325, SSD1327, SSD1331, SSD1351, SH1106, SH1107, IL9163, ST7735, ST7789, ILI9341, PCD8544 displays over I2C/SPI
SFixedFontInfo Struct Reference

Structure is used for internal font presentation. More...

#include <canvas_types.h>

Collaboration diagram for SFixedFontInfo:

Public Attributes

SFontHeaderRecord h
 record, containing information on font
 
uint8_t count
 count of characters
 
uint8_t pages
 height in pages (each page height is 8-pixels)
 
uint8_t glyph_size
 glyph size in bytes
 
uint8_t spacing
 spacing between two characters
 
const uint8_t * primary_table
 font chars bits
 
const uint8_t * secondary_table
 font chars bits
 

Detailed Description

Structure is used for internal font presentation.

Definition at line 127 of file canvas_types.h.


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