iPXE
Data Fields
fbcon_text_cell Struct Reference

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...
 

Detailed Description

A frame buffer text cell.

Definition at line 91 of file fbcon.h.

Field Documentation

◆ foreground

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().

◆ background

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().

◆ character

unsigned int fbcon_text_cell::character

Unicode character.

Definition at line 97 of file fbcon.h.

Referenced by fbcon_draw(), and fbcon_putchar().


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