MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_HII_ROW_INFO Struct Reference

Data Fields

UINTN StartIndex
 
UINTN EndIndex
 
UINTN LineHeight
 The height of the line, in pixels. More...
 
UINTN LineWidth
 The width of the text on the line, in pixels. More...
 
UINTN BaselineOffset
 

Detailed Description

Definition of EFI_HII_ROW_INFO.

Field Documentation

UINTN _EFI_HII_ROW_INFO::BaselineOffset

The font baseline offset in pixels from the bottom of the row, or 0 if none.

UINTN _EFI_HII_ROW_INFO::EndIndex

The index of the last character in the string which is displayed on the line. If this is the same as StartIndex, then no characters are displayed.

UINTN _EFI_HII_ROW_INFO::LineHeight

The height of the line, in pixels.

UINTN _EFI_HII_ROW_INFO::LineWidth

The width of the text on the line, in pixels.

UINTN _EFI_HII_ROW_INFO::StartIndex

The index of the first character in the string which is displayed on the line.