The information in this article applies to:
NOTE: With TrueType fonts in Windows 3.1, this process described below is not necessary. An application should do a version check to determine if it is running under version 3.0 and perform this process only if the application is indeed running under Windows 3.0 or if the application is using non TrueType fonts in Windows 3.1. SUMMARY
When a font is italicized under Windows version 3.0, the dimensions of the
character cells change because the descender of the character may require
more space at the left edge of the character cell.
MORE INFORMATIONConsider the character "f". In a normal character cell, it would appear as:
When italicized, the descent is shifted to the left and the ascent is
shifted to the right, along a line of constant slope equal to the
ascent divided by the overhang:
Because the descent of the character is shifted left according to the
slope of the line, this particular character cell has been expanded
one pixel left, which has the effect of shifting the baseline in the
character cell one pixel right.
Since the overhang represents the amount the ascent of the character is shifted right in the cell, the corresponding shift of the descent can be calculated and can be called the "underhang":
When calling the TextOut() function, use the normal x-coordinate where the text should be drawn, but subtract the underhang. This places the
baseline of the character exactly where it would be if the character
were not italic.
Additional query words: 3.00 3.10
Keywords : kbSDKWin16 |
Last Reviewed: June 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |