Data Fields | |
CHAR16 | UnicodeWeight |
UINT8 | Attributes |
UINT8 | GlyphCol1 [EFI_GLYPH_HEIGHT] |
UINT8 | GlyphCol2 [EFI_GLYPH_HEIGHT] |
UINT8 | Pad [3] |
The data element containing the glyph definitions.
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.
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.
Ensures that sizeof (EFI_WIDE_GLYPH) is twice the sizeof (EFI_NARROW_GLYPH). The contents of Pad must be zero.
The Unicode representation of the glyph. The term weight is the technical term for a character code.