Card editor: how to change the font?

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi,

I would like to change the font of Card editor (see image below).

 

8642492369_e861d0a821.jpg

 

Any idea?

Thanks

Tagged:

Answers

  • tinh
    tinh Altair Community Member
    edited April 2013

    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}

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2013

    Wow, wonderful Tinh! You are much faster and much more efficient than Altair's support engineers!

     

    Thanks!