Card editor: how to change the font?
Altair Forum User
Altair Employee
Answers
-
Hi,
it's defined in .../.../hm/scripts/controlcard.tcl
we can add '-font FontName' to textbox created by command 'AddEditBox $top_frame multiselect withBothScrolls'
example: AddEditBox $top_frame multiselect withBothScrolls -font {arial 9}
0 -
Wow, wonderful Tinh! You are much faster and much more efficient than Altair's support engineers!
Thanks!
0