iPXE
|
A font definition. More...
#include <fbcon.h>
Data Fields | |
unsigned int | height |
Character height (in pixels) More... | |
void(* | glyph )(unsigned int character, uint8_t *glyph) |
Get character glyph. More... | |
unsigned int fbcon_font::height |
Character height (in pixels)
Definition at line 36 of file fbcon.h.
Referenced by efifb_draw(), efifb_glyph(), efifb_glyphs(), fbcon_draw(), fbcon_init(), and vesafb_font().
void( * fbcon_font::glyph) (unsigned int character, uint8_t *glyph) |
Get character glyph.
character | Unicode character |
glyph | Character glyph to fill in |
Definition at line 43 of file fbcon.h.
Referenced by efifb_glyphs(), fbcon_draw(), and vesafb_font().