diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-26 10:01:46 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-26 10:01:46 +0000 |
commit | 392b3cf8b5cd118559d70ac8a3a7bd702506c082 (patch) | |
tree | c59d8473d41dc083ebf9ad7e4f508d0869934be2 /MdePkg | |
parent | 68b54c0c253f6488fefd3b08205f4f3894182d65 (diff) | |
download | edk2-392b3cf8b5cd118559d70ac8a3a7bd702506c082.zip edk2-392b3cf8b5cd118559d70ac8a3a7bd702506c082.tar.gz edk2-392b3cf8b5cd118559d70ac8a3a7bd702506c082.tar.bz2 |
sync the StrToImage flag of UGA to consistent with GOP
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8388 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLibPrint.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c index 9c80d01..62ac611 100644 --- a/MdePkg/Library/UefiLib/UefiLibPrint.c +++ b/MdePkg/Library/UefiLib/UefiLibPrint.c @@ -464,7 +464,9 @@ InternalPrintGraphic ( //
Status = HiiFont->StringToImage (
HiiFont,
- EFI_HII_IGNORE_IF_NO_GLYPH,
+ EFI_HII_IGNORE_IF_NO_GLYPH | EFI_HII_OUT_FLAG_CLIP |
+ EFI_HII_OUT_FLAG_CLIP_CLEAN_X | EFI_HII_OUT_FLAG_CLIP_CLEAN_Y |
+ EFI_HII_IGNORE_LINE_BREAK,
Buffer,
&FontInfo,
&Blt,
|