Submitted by Pedro Mota on Mon, 05/18/2020 - 08:54
Forums:
Hello
Does someone has some VB to change the font in the comand Text to a different one. Or how to do it, there are many Text apliend in some files and it take a lot of time to change one by one.
Tanks
re: change font
Each NX part has a .Fonts collection that you can query and edit. The code in the following thread will replace font #1 (usually the default blockfont for the part file); you can add code to look through the existing fonts in the part and replace the desired one.
http://nxjournaling.com/comment/2421#comment-2421