summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-15MdeModulePkg/Database: Fix incorrect calculation of baseline in FontPackageDandan Bi1-0/+16
2016-06-06MdeModulePkg/HiiDatabase: Remove the incorrect calculation of font baselineDandan Bi1-4/+0
2016-06-06MdeModulePkg/HiiDatabase: Preinit background when render string to screenDandan Bi1-0/+6
2016-02-23MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi1-3/+2
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-7/+13
2015-05-21MdeModulePkg:Add line break characterDandan Bi1-0/+1
2014-08-071) Add type cast for better coding style.Feng Tian1-4/+4
2014-06-26Refine code to make it more safely.Eric Dong1-1/+8
2013-08-20Refine the comments and code to follow spec.Eric Dong1-8/+9
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-1/+1
2012-04-24Update HiiFont Service to return error status instead of ASSERT for the inval...lgao41-2/+8
2011-08-01Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao41-7/+29
2011-02-23The input StringInfo should be kept for HiiStringIdToImage() function. lgao41-1/+0
2011-01-24 Support proportional Font and Font output flags. lgao41-182/+349
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-05Add some security check.xdu21-2/+3
2009-06-03fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian1-2/+9
2009-05-21refine the implementation of HiiStringToImage:eric_tian1-273/+290
2009-05-20rename array name to avoid naming collision.vanjeff1-4/+4
2009-04-10Add ASSERT() check for StringInfo pointer.qhuang81-0/+4
2009-03-27Add ASSERT() check for StringInfoIn structure.qhuang81-1/+5
2009-03-25Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API. qhuang81-33/+94
2009-01-20K8: qwang121-2/+4
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-25/+65
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-1/+1
2008-09-21HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang121-1/+1
2008-09-02Merged in the bug fixes from EDK I.qwang121-26/+23
2008-07-15Clean up HiiDatabase for Doxygen comments requirement.qwang121-48/+79
2008-06-23Merged in the following trackers from EDK:qwang121-61/+185
2008-06-19Updated copyright.qwang121-1/+1
2008-06-19Update call-by-value to call-by-reference for EFI_HII_GLYPH_INFO type.qwang121-15/+15
2008-05-27De-unicode in comment for all source files.qhuang81-7/+7
2008-05-23Pass GCC build.qwang121-16/+16
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+2395