[12/44] richedit: Corrected the conversion used for the initial font size.

Dylan Smith dylan.ah.smith at gmail.com
Tue Jun 17 20:19:06 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 --------------
A non-text attachment was scrubbed...
Name: 0012-richedit-Corrected-the-conversion-used-for-the-initi.diff
Type: text/x-diff
Size: 641 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080617/f1c2c0d5/attachment.diff 


More information about the wine-patches mailing list