[Mono-bugs] [Bug 457301] New: Momo does not always respect system font settings under Linux
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 8 12:13:41 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=457301
Summary: Momo does not always respect system font settings under
Linux
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: neptunia at mail.ru
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Description of Problem:
I use in my program in VB.NET under Mono the following method:
MsgBox ("Hello, world!")
the message appears in font DjVu Sans regardles of what font is configured in
the system. My GTK+ is configured to use Liberation Sans by default, why Mono
does not respect the setting?
Under Windows it uses the system font as expected.
Steps to reproduce the problem:
1.
Set system font to anything other than DjVu Sans.
2.
Compile and run the following programm:
Public Class Application
Public Shared Sub Main()
MsgBox ("Hello, world!")
End Sub
End Class
Actual Results:
Displayed a message in DjVu Sans font.
Expected Results:
A message in the default GTK+ font, used by the system and other GTK programms.
How often does this happen?
Always.
Additional Information:
--
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