question

yuan zhang avatar image
0 Likes"
yuan zhang asked jing.c commented

Chinese fonts does not show correctly

Dear all,

There are many Chinese fonts in the Object "Text" does not show correctly, I tried to update the windows font, but did not completely solve this problem.Our users want to display in Chinese, is there any way to solve this problem? Or is there any font that you can provide me?

Thanks.

FlexSim 16.1.2
chinese fonts
20170511165206.png (164.3 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Phil BoBo avatar image
2 Likes"
Phil BoBo answered jing.c commented

FlexSim's 3D text renderer reads the contours from the font file and does its best to tessellate those outlines into 3D shapes. As you noticed, some Chinese characters do not appear correctly.

You could instead use the drawflattext() command in an object's Custom Draw trigger to draw text in the 3D view. That command converts the font glyphs into pixelated textures instead of triangle-tessellated 3D shapes.

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.