TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_HII_ROW_INFO Struct Reference

#include <MdePkg/Include/Protocol/HiiFont.h>

Data Fields

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.

Definition at line 42 of file HiiFont.h.

Field Documentation

◆ BaselineOffset

UINTN _EFI_HII_ROW_INFO::BaselineOffset

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

Definition at line 58 of file HiiFont.h.

◆ 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.

Definition at line 51 of file HiiFont.h.

◆ LineHeight

UINTN _EFI_HII_ROW_INFO::LineHeight

The height of the line, in pixels.

Definition at line 52 of file HiiFont.h.

◆ LineWidth

UINTN _EFI_HII_ROW_INFO::LineWidth

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

Definition at line 53 of file HiiFont.h.

◆ StartIndex

UINTN _EFI_HII_ROW_INFO::StartIndex

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

Definition at line 46 of file HiiFont.h.


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