https://bugzilla.novell.com/show_bug.cgi?id=684896
https://bugzilla.novell.com/show_bug.cgi?id=684896#c0 Summary: FontDialog shows invalid Fonts Classification: Mono Product: Mono: Class Libraries Version: 2.10.x Platform: x86 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E) When calling FontDialog with FixedPitchOnly=true there appear Symbol Fonts which are not suitable like "Standard Symbols","Dingbats" and "Cursor" In Windows these Fonts can be sorted out by applying the LogFont Structure this way lf = new LogFont(); font.ToLogFont(lf); font_is_symbol = (lf.lfCharSet=2); But this doesn't work on Linux Furthermore Fonts like "Goha-Tibeb Zemen","Estrangelo Edessa" are displayed as rectanles and should also be sorted out Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
