http://bugs.winehq.org/show_bug.cgi?id=25104
Summary: ChooseFont dialog does not support font size not displayed in dialog Product: Wine Version: 1.3.6 Platform: x86 URL: http://support@securenetterm.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: support@securenetterm.com
When the Wine ChooseFont dialog is displayed, it adds common font sizes to the size combobox. If, for whatever reason, the logfont passed to the dialog has a lfHeight/lfWidth combination that results in a font size not contained in the font size combo box, it does not get displayed in the font size text box.
In addition, if a user selects a font size not shown in the combo box, the ChooseFont dialog asks like it was accepted, but in fact just ignores it.
This pertains to both TrueType as well as bitmap fonts. This most common occurance is with odd font sizes such as 13, 15, etc.
This does not match the action of the normal Windows ChooseFont dialog and produces unwanted results.