iPXE
Data Fields
fbcon_font Struct Reference

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

Detailed Description

A font definition.

Definition at line 34 of file fbcon.h.

Field Documentation

◆ height

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

◆ glyph

void( * fbcon_font::glyph) (unsigned int character, uint8_t *glyph)

Get character glyph.

Parameters
characterUnicode character
glyphCharacter glyph to fill in

Definition at line 43 of file fbcon.h.

Referenced by efifb_glyphs(), fbcon_draw(), and vesafb_font().


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