How to set Mechanical Graphics (Legend etc.) FontStyle using ACT?
Ayush Kumar
Member, Moderator, Employee Posts: 456
✭✭✭✭
Answers
-
You can use the DS.Graphics Class:
ds = ExtAPI.DataModel.InternalObject["ds"] ds.Graphics.SetFontStyle(0, "Arial", 0, 0, 30, 0, 0) ExtAPI.DataModel.Tree.Refresh()
0