You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am literally stuck in this error please help me out.
The problem is when i start my application it takes me to the IconButton.cs at line 269 and state
An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dll, Additional information: Font 'Roboto' does not support style 'Regular'.
this error on GetIconFontmethod while getting the Fonts.Families[0].
Instead of taking the font "FontAwesome" it takes the Roboto font and of which it doesn't find Regular style.
This error some times come up and some times the application run as smoothly as it should.
And the last and vital piece of information about my application is that i am using Material Design for windows form application made by this guy heres the link https://github.com/IgnaceMaes/MaterialSkin
The text was updated successfully, but these errors were encountered:
I am literally stuck in this error please help me out.
The problem is when i start my application it takes me to the IconButton.cs at line 269 and state
this error on
GetIconFont
method while getting theFonts.Families[0]
.Instead of taking the font "FontAwesome" it takes the Roboto font and of which it doesn't find Regular style.
This error some times come up and some times the application run as smoothly as it should.
And the last and vital piece of information about my application is that i am using Material Design for windows form application made by this guy heres the link https://github.com/IgnaceMaes/MaterialSkin
The text was updated successfully, but these errors were encountered: