iPXE
|
A simplified font package consists of a font header followed by a series of glyph structures. More...
#include <UefiInternalFormRepresentation.h>
Data Fields | |
EFI_HII_PACKAGE_HEADER | Header |
UINT16 | NumberOfNarrowGlyphs |
UINT16 | NumberOfWideGlyphs |
A simplified font package consists of a font header followed by a series of glyph structures.
Definition at line 151 of file UefiInternalFormRepresentation.h.
EFI_HII_PACKAGE_HEADER _EFI_HII_SIMPLE_FONT_PACKAGE_HDR::Header |
Definition at line 152 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_SIMPLE_FONT_PACKAGE_HDR::NumberOfNarrowGlyphs |
Definition at line 153 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_SIMPLE_FONT_PACKAGE_HDR::NumberOfWideGlyphs |
Definition at line 154 of file UefiInternalFormRepresentation.h.