how to add font

Stimulsoft Reports.WEB discussion
Post Reply
neslihan.melek
Posts: 2
Joined: Tue Nov 29, 2016 8:53 am

how to add font

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to add font

Post by Alex K. »

Hello,

Please clarify which product and which designer (flash, html5, js) are you use?

Thank you.
neslihan.melek
Posts: 2
Joined: Tue Nov 29, 2016 8:53 am

Re: how to add font

Post by neslihan.melek »

we are use MVC, html5

thank you. :D
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to add font

Post 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.
mayaa
Posts: 8
Joined: Fri Oct 06, 2017 9:08 am

Re: how to add font

Post by mayaa »

Hi,

I am using Flex application, how can I achieve this.

Thanks.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to add font

Post by Alex K. »

Hello,

For flex - only add in the system. There are no methods to add it from code.

Thank you.
Post Reply