Page 1 of 1
how to add font
Posted: Tue Nov 29, 2016 9:06 am
by neslihan.melek
Hello,
I use stimulsoft report designer for web. I want to add other font (Century Gothic). How can I do this?
Thansk, best regards
Re: how to add font
Posted: Tue Nov 29, 2016 9:52 pm
by Alex K.
Hello,
Please clarify which product and which designer (flash, html5, js) are you use?
Thank you.
Re: how to add font
Posted: Wed Nov 30, 2016 6:31 am
by neslihan.melek
we are use MVC, html5
thank you.

Re: how to add font
Posted: Wed Nov 30, 2016 1:15 pm
by Alex K.
Hello,
You can use the following code:
Code: Select all
Stimulsoft.Base.StiFontCollection.AddFontFile(@"d:\Work\Resources\glyphicons-halflings-regular.ttf");
Thank you.
Re: how to add font
Posted: Wed Feb 21, 2018 9:23 am
by mayaa
Hi,
I am using Flex application, how can I achieve this.
Thanks.
Re: how to add font
Posted: Wed Feb 21, 2018 1:36 pm
by Alex K.
Hello,
For flex - only add in the system. There are no methods to add it from code.
Thank you.