X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FHiiDatabaseDxe%2FFont.c;h=56b30ff6ffe3416c74fc02c2919162be649d8146;hp=4b70b995f5e5733ed13d1ab82f18a3c13027087d;hb=3a2718d74eb38e33be8b1d493bd84840f5cc3729;hpb=ad24a4d735f035a0c56a56f59f5cf5a26b5c25d2 diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c b/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c index 4b70b995f5..56b30ff6ff 100644 --- a/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c +++ b/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c @@ -2,7 +2,7 @@ Implementation for EFI_HII_FONT_PROTOCOL. -Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -2156,9 +2156,8 @@ HiiStringToImage ( NextLine: // - // Recalculate the start point of X/Y axis to draw multi-lines with the order of top-to-down + // Recalculate the start point of Y axis to draw multi-lines with the order of top-to-down // - BltX = 0; BltY += RowInfo[RowIndex].LineHeight; RowIndex++;