Refine the comments and code to follow spec.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14573 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -2679,14 +2679,15 @@ Exit:
|
||||
with the first font. On return, points to the
|
||||
returned font handle or points to NULL if there
|
||||
are no more matching fonts.
|
||||
@param StringInfoIn Upon entry, points to the font to return
|
||||
information about.
|
||||
If NULL, then the information about the system default
|
||||
font will be returned.
|
||||
@param 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.
|
||||
@param StringInfoIn Upon entry, points to the font to return information
|
||||
about. If NULL, then the information about the system
|
||||
default font will be returned.
|
||||
@param StringInfoOut Upon return, contains the matching font's information.
|
||||
If NULL, then no information is returned. This buffer
|
||||
is allocated with a call to the Boot Service AllocatePool().
|
||||
It is the caller's responsibility to call the Boot
|
||||
Service FreePool() when the caller no longer requires
|
||||
the contents of StringInfoOut.
|
||||
@param String Points to the string which will be tested to
|
||||
determine if all characters are available. If
|
||||
NULL, then any font is acceptable.
|
||||
|
Reference in New Issue
Block a user