]> git.proxmox.com Git - mirror_edk2.git/commitdiff
update the file description of PrintXY and AsciiPrintXY. and also refine the implemen...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 May 2009 10:04:21 +0000 (10:04 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 May 2009 10:04:21 +0000 (10:04 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8373 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c

index 7557c938f653fcaf1611747872dfebdb264a0fb5..9c80d01a55de78f76422f7dd04e4060eb8206423 100644 (file)
@@ -527,10 +527,12 @@ Error:
   Unicode characters displayed, not including partial characters that may be clipped \r
   by the right edge of the display.  If the length of the formatted Unicode string is\r
   greater than PcdUefiLibMaxPrintBufferSize, then at most the first \r
-  PcdUefiLibMaxPrintBufferSize characters are printed.  The EFI_HII_FONT_PROTOCOL\r
-  is used to convert the string to a bitmap using the glyphs registered with the \r
-  HII database.  No wrapping is performed, so any portions of the string the fall\r
-  outside the active display region will not be displayed.\r
+  PcdUefiLibMaxPrintBufferSize characters are printed.The EFI_HII_FONT_PROTOCOL\r
+  StringToImage() service is used to convert the string to a bitmap using the glyphs \r
+  registered with the HII database. No wrapping is performed, so any portions of the \r
+  string the fall outside the active display region will not be displayed. Please see \r
+  Section 27.2.6 of the UEFI Specification for a description of the supported string\r
+  format including the set of control codes supported by the StringToImage() service.\r
 \r
   If a graphics console device is not associated with the ConsoleOutputHandle \r
   defined in the EFI_SYSTEM_TABLE then no string is printed, and 0 is returned.\r
@@ -602,10 +604,12 @@ PrintXY (
   ASCII characters displayed, not including partial characters that may be clipped \r
   by the right edge of the display.  If the length of the formatted ASCII string is\r
   greater than PcdUefiLibMaxPrintBufferSize, then at most the first \r
-  PcdUefiLibMaxPrintBufferSize characters are printed.  The EFI_HII_FONT_PROTOCOL\r
-  is used to convert the string to a bitmap using the glyphs registered with the \r
-  HII database.  No wrapping is performed, so any portions of the string the fall\r
-  outside the active display region will not be displayed.\r
+  PcdUefiLibMaxPrintBufferSize characters are printed.The EFI_HII_FONT_PROTOCOL\r
+  StringToImage() service is used to convert the string to a bitmap using the glyphs \r
+  registered with the HII database. No wrapping is performed, so any portions of the \r
+  string the fall outside the active display region will not be displayed. Please see \r
+  Section 27.2.6 of the UEFI Specification for a description of the supported string\r
+  format including the set of control codes supported by the StringToImage() service.\r
 \r
   If a graphics console device is not associated with the ConsoleOutputHandle \r
   defined in the EFI_SYSTEM_TABLE then no string is printed, and 0 is returned.\r