Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
LCD_Font Struct Reference

#include <glcd_types.h>

Public Attributes

const u32data
 
u16 data_size
 
u16 max_char_width
 
u16 max_char_height
 
const u16char_widths
 
const u16char_heights
 
const u16baseline_offsets
 
u16 max_baseline_offset
 

Detailed Description

Definition at line 73 of file glcd_types.h.

Member Data Documentation

◆ baseline_offsets

const u16* LCD_Font::baseline_offsets

Definition at line 87 of file glcd_types.h.

◆ char_heights

const u16 * LCD_Font::char_heights

Definition at line 80 of file glcd_types.h.

◆ char_widths

const u16* LCD_Font::char_widths

Definition at line 80 of file glcd_types.h.

◆ data

const u32* LCD_Font::data

Definition at line 75 of file glcd_types.h.

◆ data_size

u16 LCD_Font::data_size

Definition at line 76 of file glcd_types.h.

◆ max_baseline_offset

u16 LCD_Font::max_baseline_offset

Definition at line 88 of file glcd_types.h.

◆ max_char_height

u16 LCD_Font::max_char_height

Definition at line 76 of file glcd_types.h.

◆ max_char_width

u16 LCD_Font::max_char_width

Definition at line 76 of file glcd_types.h.


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