Page 1 of 1

Add font

Posted: Sun May 19, 2019 11:06 am
by Sia
Hi guys!
I appreciate you if you could help me.
I have a problem about adding font in mvc project.
please tell me how can I add a specific font by an standard approach in my mvc project ?
I've tried many ways but it doesn't work.
:cry:

Re: Add font

Posted: Mon May 20, 2019 12:00 pm
by Lech Kulikowski
Hello,

You can use the following code:
Stimulsoft.Base.StiFontCollection.AddFontFile();

Thank you.