Page 1 of 1

Chinese Code

Posted: Thu Jan 31, 2019 4:35 am
by 2394745852@qq.com
I want to make this Chinese font into Microsoft Yahei or Song, how to do it.Image

Re: Chinese Code

Posted: Thu Jan 31, 2019 7:05 am
by Lech Kulikowski
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.

Re: Chinese Code

Posted: Fri Feb 01, 2019 1:01 am
by 2394745852@qq.com
In Report.js, such as in the picture above, when I write Chinese in the text component (such as the two words "订单" shown above), how can I change the font of Chinese ("订单")?

Re: Chinese Code

Posted: Sat Feb 02, 2019 9:21 am
by Lech Kulikowski
Hello,

You can add your fonts in the resource or from code:
Stimulsoft.Base.StiFontCollection.addOpentypeFontFile('fonts/font.ttf');

Thank you.