richedit: Corrected the conversion used for the initial font size.

Dylan Smith dylan.ah.smith at gmail.com
Wed Jun 25 10:40:39 CDT 2008


The LOGFONT's lfHeight member is in logical units, and is being used to
set the yHeight member of CHARFORMAT2 which is supposed to be in twips.
Previously the wrong conversion was being made, from twips to points, so
this conversion was corrected to a logical units to twips conversion.
---
 dlls/riched20/para.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Corrected-the-conversion-used-for-the-i.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080625/840dde0c/attachment.txt 


More information about the wine-patches mailing list