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