[Mono-bugs] [Bug 684896] New: FontDialog shows invalid Fonts

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 4 11:58:44 EDT 2011


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: mono-bugs at lists.ximian.com
        ReportedBy: andreas.flucke at t-online.de
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list