Different fonts in Chinese and English

I have a paragraph, I want to set the font of the paragraph directly, one font for Chinese, one font for English, can I do it?

@Crane You can apply a font to a Run node using the Run.Font property. Depending on the content, a RUN can apply different fonts:

Font.NameAscii - Font for Latin text (characters with character codes from 0 (zero) to 127).
Font.NameOther - Font for characters with character codes 128 to 255.
Font.NameBi - The name of the font in a right-to-left language document.
Font.NameFarEast - East Asian font name.

1 Like