iPXE
|
The EFI_WIDE_GLYPH has a preferred dimension (w x h) of 16 x 19 pixels, which is large enough to accommodate logographic characters. More...
#include <UefiInternalFormRepresentation.h>
Data Fields | |
CHAR16 | UnicodeWeight |
The Unicode representation of the glyph. More... | |
UINT8 | Attributes |
The data element containing the glyph definitions. More... | |
UINT8 | GlyphCol1 [EFI_GLYPH_HEIGHT] |
The column major glyph representation of the character. More... | |
UINT8 | GlyphCol2 [EFI_GLYPH_HEIGHT] |
The column major glyph representation of the character. More... | |
UINT8 | Pad [3] |
Ensures that sizeof (EFI_WIDE_GLYPH) is twice the sizeof (EFI_NARROW_GLYPH). More... | |
The EFI_WIDE_GLYPH has a preferred dimension (w x h) of 16 x 19 pixels, which is large enough to accommodate logographic characters.
Definition at line 117 of file UefiInternalFormRepresentation.h.
CHAR16 EFI_WIDE_GLYPH::UnicodeWeight |
The Unicode representation of the glyph.
The term weight is the technical term for a character code.
Definition at line 122 of file UefiInternalFormRepresentation.h.
UINT8 EFI_WIDE_GLYPH::Attributes |
The data element containing the glyph definitions.
Definition at line 126 of file UefiInternalFormRepresentation.h.
UINT8 EFI_WIDE_GLYPH::GlyphCol1[EFI_GLYPH_HEIGHT] |
The column major glyph representation of the character.
Bits with values of one indicate that the corresponding pixel is to be on when normally displayed; those with zero are off.
Definition at line 132 of file UefiInternalFormRepresentation.h.
UINT8 EFI_WIDE_GLYPH::GlyphCol2[EFI_GLYPH_HEIGHT] |
The column major glyph representation of the character.
Bits with values of one indicate that the corresponding pixel is to be on when normally displayed; those with zero are off.
Definition at line 138 of file UefiInternalFormRepresentation.h.
UINT8 EFI_WIDE_GLYPH::Pad[3] |
Ensures that sizeof (EFI_WIDE_GLYPH) is twice the sizeof (EFI_NARROW_GLYPH).
The contents of Pad must be zero.
Definition at line 144 of file UefiInternalFormRepresentation.h.