lpopovici / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Font "Tahoma" problem causes a TypeInitializationException in TreeViewAdv #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
System.TypeInitializationException: De type-initialisatiefunctie voor 
Aga.Controls.Tree.TreeViewAdv heeft een uitzondering veroorzaakt. ---> 
System.ArgumentException: Het lettertype Tahoma ondersteunt de stijl Regular 
niet.
   bij System.Drawing.Font.CreateNativeFont()
   bij System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bij System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bij System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bij Aga.Controls.Tree.TreeViewAdv..cctor()
   --- Einde van intern uitzonderingsstackpad ---
   bij Aga.Controls.Tree.TreeViewAdv..ctor()
   bij OpenHardwareMonitor.GUI.MainForm.InitializeComponent()
   bij OpenHardwareMonitor.GUI.MainForm..ctor()
   bij OpenHardwareMonitor.Program.Main()

System.ArgumentException: Het lettertype Tahoma ondersteunt de stijl Regular 
niet.
   bij System.Drawing.Font.CreateNativeFont()
   bij System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bij System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bij System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bij Aga.Controls.Tree.TreeViewAdv..cctor()

Original issue reported on code.google.com by moel.mich on 10 Jun 2010 at 7:38

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r174.

Original comment by moel.mich on 27 Jun 2010 at 1:56