iPXE
|
A frame buffer text cell. More...
#include <fbcon.h>
Data Fields | |
uint32_t | foreground |
Foreground colour. More... | |
uint32_t | background |
Background colour. More... | |
unsigned int | character |
Unicode character. More... | |
uint32_t fbcon_text_cell::foreground |
Foreground colour.
Definition at line 93 of file fbcon.h.
Referenced by fbcon_clear(), fbcon_draw(), fbcon_draw_cursor(), and fbcon_putchar().
uint32_t fbcon_text_cell::background |
Background colour.
Definition at line 95 of file fbcon.h.
Referenced by fbcon_draw(), fbcon_draw_cursor(), and fbcon_putchar().
unsigned int fbcon_text_cell::character |
Unicode character.
Definition at line 97 of file fbcon.h.
Referenced by fbcon_draw(), and fbcon_putchar().