#include <glcd_types.h>
Public Attributes | |
const u32 * | data |
u16 | data_size |
u16 | max_char_width |
u16 | max_char_height |
const u16 * | char_widths |
const u16 * | char_heights |
const u16 * | baseline_offsets |
u16 | max_baseline_offset |
Definition at line 73 of file glcd_types.h.
const u16* LCD_Font::baseline_offsets |
Definition at line 87 of file glcd_types.h.
const u16 * LCD_Font::char_heights |
Definition at line 80 of file glcd_types.h.
const u16* LCD_Font::char_widths |
Definition at line 80 of file glcd_types.h.
const u32* LCD_Font::data |
Definition at line 75 of file glcd_types.h.
u16 LCD_Font::data_size |
Definition at line 76 of file glcd_types.h.
u16 LCD_Font::max_baseline_offset |
Definition at line 88 of file glcd_types.h.
u16 LCD_Font::max_char_height |
Definition at line 76 of file glcd_types.h.
u16 LCD_Font::max_char_width |
Definition at line 76 of file glcd_types.h.