richedit: Enforce the maximum font size.
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 12 Jul 2008 00:05:57 +0000 (20:05 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Jul 2008 10:22:13 +0000 (12:22 +0200)
commit43ad427a15cbefcd24982781cab5dd099a168be3
treea389e73de7be39925b4f097cf2651b5116db3336
parent88c25518d5c5825b4fa90b4c77f93f64faf9c734
richedit: Enforce the maximum font size.

Trying to set the font size to a value larger than 1638
in points (yHeightCharPtsMost) using EM_SETCHARFORMAT will cause it to be
set to actually set to the maximum.
dlls/riched20/style.c