summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-19 11:15:44 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-19 11:15:44 +0000
commitfd0d281b3c5999e9f4fa01f3ad26590e4a047dfc (patch)
tree91be3043660b8ad0cd7d830070f26c4c18526a7a /EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont
parentd33ef4e7c6e3374312e64371400c3b47d9359dc0 (diff)
downloadedk2-platforms-fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc.tar.xz
Remove unrecognized chars in comment for all source C/h files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h
index 4666ad7a37..2024e65adc 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/HiiFont.h
@@ -114,13 +114,13 @@ EFI_STATUS
wide and Height pixels high. The string will be drawn onto this image and
EFI_HII_OUT_FLAG_CLIP is implied. If this points to a NULL on entry, then a
buffer will be allocated to hold the generated image and the pointer updated on exit. It
- is the callerĄ¯s responsibility to free this buffer.
+ is the caller's responsibility to free this buffer.
BltX,BLTY - Specifies the offset from the left and top edge of the image of the first character cell in
the image.
RowInfoArray - If this is non-NULL on entry, then on exit, this will point to an allocated buffer
containing row information and RowInfoArraySize will be updated to contain the
number of elements. This array describes the characters which were at least partially
- drawn and the heights of the rows. It is the callerĄ¯s responsibility to free this buffer.
+ drawn and the heights of the rows. It is the caller's responsibility to free this buffer.
RowInfoArraySize - If this is non-NULL on entry, then on exit it contains the number of elements in
RowInfoArray.
ColumnInfoArray - If this is non-NULL, then on return it will be filled with the horizontal offset for each
@@ -162,7 +162,7 @@ EFI_STATUS
This - A pointer to the EFI_HII_FONT_PROTOCOL instance.
Flags - Describes how the string is to be drawn.
PackageList - The package list in the HII database to search for the specified string.
- StringId - The stringĄ¯s id, which is unique within PackageList.
+ StringId - The string's id, which is unique within PackageList.
Language - Points to the language for the retrieved string. If NULL, then the current system
language is used.
StringInfo - Points to the string output information, including the color and font.
@@ -171,13 +171,13 @@ EFI_STATUS
wide and Height pixels high. The string will be drawn onto this image and
EFI_HII_OUT_FLAG_CLIP is implied. If this points to a NULL on entry, then a
buffer will be allocated to hold the generated image and the pointer updated on exit. It
- is the callerĄ¯s responsibility to free this buffer.
+ is the caller's responsibility to free this buffer.
BltX,BLTY - Specifies the offset from the left and top edge of the image of the first character cell in
the image.
RowInfoArray - If this is non-NULL on entry, then on exit, this will point to an allocated buffer
containing row information and RowInfoArraySize will be updated to contain the
number of elements. This array describes the characters which were at least partially
- drawn and the heights of the rows. It is the callerĄ¯s responsibility to free this buffer.
+ drawn and the heights of the rows. It is the caller's responsibility to free this buffer.
RowInfoArraySize - If this is non-NULL on entry, then on exit it contains the number of elements in
RowInfoArray.
ColumnInfoArray - If this is non-NULL, then on return it will be filled with the horizontal offset for each
@@ -214,7 +214,7 @@ EFI_STATUS
StringInfo - Points to the string font and color information or NULL if the string should use the
default system font and color.
Blt - Thus must point to a NULL on entry. A buffer will be allocated to hold the output and
- the pointer updated on exit. It is the callerĄ¯s responsibility to free this buffer.
+ the pointer updated on exit. It is the caller's responsibility to free this buffer.
Baseline - Number of pixels from the bottom of the bitmap to the baseline.
Returns:
@@ -251,7 +251,7 @@ EFI_STATUS
first font. On return, points to the returned font handle or
points to NULL if there are no more matching fonts.
StringInfoIn - Upon entry, points to the font to return information about.
- StringInfoOut - Upon return, contains the matching fontĄ¯s information.
+ StringInfoOut - Upon return, contains the matching font's information.
If NULL, then no information is returned.
It's caller's responsibility to free this buffer.
String - Points to the string which will be tested to determine