richedit: Corrected the conversion used for the initial font size.
commit60757ca6d5ceb79a5599ca5be0c17225d9a86555
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 25 Jun 2008 15:40:39 +0000 (25 11:40 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Jun 2008 19:18:02 +0000 (26 21:18 +0200)
treef7634950660b3b51fedacae28b87a63e9c7d6f8a
parentc96a273f91bbdd4ba4810aec738097022f9207d6
richedit: Corrected the conversion used for the initial font size.

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.
dlls/riched20/para.c