audk/MdeModulePkg/Universal/HiiDatabaseDxe
lgao4 f6cf5cf800 Support proportional Font and Font output flags.
1. Abstract the maximum baseline and character height in Proportional Font package as its baseline and line height, and use fixed height as base line and line height for simple font packages.
  2. Update logic to handle string without EFI_HII_OUT_FLAG_CLIP_CLEAN_Y flag when string height exceeds the line height, and handle the string without EFI_HII_OUT_FLAG_CLIP_CLEAN_X flag when string wide exceeds the screen wide.
  3. Calculate Origin point by adding BaseLine on Starting position, and calculate the left-top corner of character by Origin point and CELL information. 



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11270 6f19259b-4bc3-4df7-8a09-765794883524
2011-01-24 04:58:45 +00:00
..
ConfigRouting.c EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRouting.ConfigToBlock(). 2010-12-09 12:20:36 +00:00
Database.c Fixed HiiSetString failed. Tracker NUM:204479 2011-01-20 02:51:09 +00:00
Font.c Support proportional Font and Font output flags. 2011-01-24 04:58:45 +00:00
HiiDatabase.h Support proportional Font and Font output flags. 2011-01-24 04:58:45 +00:00
HiiDatabaseDxe.inf Update the copyright notice format 2010-04-24 09:33:45 +00:00
HiiDatabaseEntry.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Image.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
String.c MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4 2011-01-21 16:51:12 +00:00