wejgaard / TclForth

Multi-platform desktop Forth based on Tcl/Tk
Other
64 stars 9 forks source link

Font and Size #8

Open wejgaard opened 3 years ago

wejgaard commented 3 years ago

Change font (type and size) directly in the Console:

Create new font (Tcl): tcl font create Large -family Courier -size 20

Change font, make it active (Forth): "-font Large" Console config

--- Together, copy to console ---

tcl font create Large -family Courier -size 20

"-font Large" Console config

--- Changing size ---

tcl font configure Large -size 15