XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_HII_ROW_INFO Struct Reference

#include <HiiFont.h>

Public Attributes

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

Detailed Description

Definition of EFI_HII_ROW_INFO.

Member Data Documentation

◆ BaselineOffset

UINTN _EFI_HII_ROW_INFO::BaselineOffset

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

◆ EndIndex

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.

◆ LineHeight

UINTN _EFI_HII_ROW_INFO::LineHeight

The height of the line, in pixels.

◆ LineWidth

UINTN _EFI_HII_ROW_INFO::LineWidth

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

◆ StartIndex

UINTN _EFI_HII_ROW_INFO::StartIndex

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


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