Monthly Archives: March 2016

Using custom fonts in C# application

Recently I wanted to embed custom fonts in my application. After some googling and mixing the solution is this

Add your font file to project resources : Embed Font   Use the code above and you are ready to go. This solution also works with DevExpress edit components Nice tool to quickly make your font… Read More »