Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiFont.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiFont.h
r48674 r58459 57 57 58 58 /// 59 /// The number of pixels above the bottom of the row of the font baseline or 0 if none.59 /// The font baseline offset in pixels from the bottom of the row, or 0 if none. 60 60 /// 61 61 UINTN BaselineOffset; … … 428 428 about the system default font will be returned. 429 429 430 @param StringInfoOut Upon return, contains the matching 431 font's information. If NULL, then no 432 information is returned. 430 @param StringInfoOut Upon return, contains the matching font's information. 431 If NULL, then no information is returned. This buffer 432 is allocated with a call to the Boot Service AllocatePool(). 433 It is the caller's responsibility to call the Boot 434 Service FreePool() when the caller no longer requires 435 the contents of StringInfoOut. 433 436 434 437 @param String Points to the string which will be tested to
Note:
See TracChangeset
for help on using the changeset viewer.