thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

How do you change the applied font (Open-sans) on MetroFramework? #34

Open zoonfive opened 9 years ago

zoonfive commented 9 years ago

I have installed MetroFramework in VisualStudio2013 to use MetorUI.

However the applied font is 'Open-sans' and Korean front is very basic( not pretty :_( ).

I would like to change it to other font, could you let me know how to do it?

rrgj88 commented 9 years ago

Hello Zoonfive,

I believe the code you want to see is in MetroFonts.cs. If you want to add new fonts not available by default in your system, then you need to see the project MetroFramework.Fonts. You can see a Resources folder in which the font Open_Sans is placed. Add your desired font there and change a bit the code in FontResolver.cs and MetroFonts.cs.

zoonfive commented 9 years ago

Thank you. Resolved :)