When I am trying out your company’s product communicator, I use /converter --input 'infileName' --output_scs 'outFile' --license'' to convert, the Chinese font appears garbled. How should I pass parameters to solve this problem?

Hello @caizhuch1199w,

As part of the Converter command-line options, there are three which can be useful in troubleshooting the issue. They are:

  1. --output_model_info
  2. --prc_font_directories
  3. --substitution_font

The first option outputs a text file which will contain the specific fonts that are missing. The second option allows you to specify where to find those fonts. The final option is useful if you would like to use a different font instead.

Thanks,
Tino

1 Like

HI @tino

Thank you, under your guidance, I solved this problem

1 Like