Canvas graphics library  0.1.0
This library is developed to perform canvas graphics in memory buffers
Public Attributes | List of all members
SFixedFontInfo Struct Reference

#include <canvas_types.h>

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
 
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 129 of file canvas_types.h.


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