How to set Mechanical Graphics (Legend etc.) FontStyle using ACT?
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()