How to set Chinese and English fonts for word text?

如何使用aspose word设置中文字体,西文字体,实现正文有多种不同字体?

How does Aspose Word implement chinese fonts and western fonts in document body text?

@Hayder.lai You can use Font.NameFarEast to specify Asian font name.

How to set the font when using HTML to convert word? Examples?

@Hayder.lai You can specify different font-family for western and Asian content in your HTML. For example:

<p style="margin-top:0pt; margin-bottom:0pt"><span style="font-family:'Courier New'">Hello world!</span></p>
<p style="margin-top:0pt; margin-bottom:0pt"><span style="font-family:SimSun">你好世界</span></p>