0

Today we process Dwg files on design automation using AutoLISP script but the fonts of some projects are user-defined fonts, is there a way to send this font(s) using one custom Activity so that Autodesk forge recognizes that font and uses it in the project dwg file?

1 Answers1

1

You can place all the custom fonts in bundle and refer the bundle in your activity. I have answered similar question here CustomFonts

Madhukar Moogala
  • 635
  • 1
  • 5
  • 11
  • I read this topic but I don't use app bundle and these custom fonts will not always be the same, every user can send your personal set of fonts together with the project. If I will send all the files in a zip archive, these will work? – Fernando Tiburcio Dec 17 '20 at 11:28
  • @FernandoTiburcio- yes that should work, let me know if you find any issues. – Madhukar Moogala Dec 17 '20 at 16:07
  • thanks for the support, I added a new input on the activity and workitem where I send the zip file with all the fonts and images too and this worked like a charm. – Fernando Tiburcio Dec 18 '20 at 13:22