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?
Asked
Active
Viewed 76 times
0
-
Does this answer your question? https://stackoverflow.com/a/54760122/11057988 – Rahul Bhobe Dec 15 '20 at 13:52
-
Thanks, Rahul but as I said below, unfortunately, I do not use app bundle in my project. – Fernando Tiburcio Dec 17 '20 at 11:30
1 Answers
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