🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Card editor: how to change the font?

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi,

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

 

8642492369_e861d0a821.jpg

 

Any idea?

Thanks

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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}

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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

     

    Thanks!