Hi,
I would like to change the font of Card editor (see image below).
Any idea?
Thanks
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}
Wow, wonderful Tinh! You are much faster and much more efficient than Altair's support engineers!
Thanks!
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}