iPXE
Data Fields
_EFI_FONT_DISPLAY_INFO Struct Reference

Describes font output-related information. More...

#include <HiiFont.h>

Data Fields

EFI_GRAPHICS_OUTPUT_BLT_PIXEL ForegroundColor
 
EFI_GRAPHICS_OUTPUT_BLT_PIXEL BackgroundColor
 
EFI_FONT_INFO_MASK FontInfoMask
 
EFI_FONT_INFO FontInfo
 

Detailed Description

Describes font output-related information.

This structure is used for describing the way in which a string should be rendered in a particular font. FontInfo specifies the basic font information and ForegroundColor and BackgroundColor specify the color in which they should be displayed. The flags in FontInfoMask describe where the system default should be supplied instead of the specified information. The flags also describe what options can be used to make a match between the font requested and the font available.

Definition at line 101 of file HiiFont.h.

Field Documentation

◆ ForegroundColor

EFI_GRAPHICS_OUTPUT_BLT_PIXEL _EFI_FONT_DISPLAY_INFO::ForegroundColor

Definition at line 102 of file HiiFont.h.

◆ BackgroundColor

EFI_GRAPHICS_OUTPUT_BLT_PIXEL _EFI_FONT_DISPLAY_INFO::BackgroundColor

Definition at line 103 of file HiiFont.h.

◆ FontInfoMask

EFI_FONT_INFO_MASK _EFI_FONT_DISPLAY_INFO::FontInfoMask

Definition at line 104 of file HiiFont.h.

◆ FontInfo

EFI_FONT_INFO _EFI_FONT_DISPLAY_INFO::FontInfo

Definition at line 105 of file HiiFont.h.


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