Search code examples
autodesk-forgeautodesk-designautomation

How to use extra font on Forge design automation with AutoCAD Plot API


I found missing characters in plotted PDF when I evaluated Autocad plot API with forge design automation. Missing characters are typed in the Japanese font "MS P Gothic".

Please tell me how to use extra font on Forge design automation with AutoCAD Plot API.

"PlotToPDF" command works fine for this issue, but our existing add-in didn't use the export command.

Result of PlotToPDF Result of AutoCAD PlotAPI with Forge


Solution

  • I just found the cause of this issue. Its a "22.0" version problem , and I checked correct output on "23.0".