pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

Custom font setting #33

Open alex-eg opened 7 years ago

alex-eg commented 7 years ago

We live in the terminal, and thus we may run console commands and check env and whatnot. Thus we (probably) can install font that supports unicode and even colorful emojis.

It might be quite funny.

Also we may even launch a separate terminal of our choise and provide it with all necessary fonts.

 ∧_∧  / ̄ ̄ ̄ ̄ ̄
 ( ´∀`)< オマエモナー
 (     )  \_____
 │ │ │
 (__)___)
pkulev commented 7 years ago

I don't see anything in curses that can change font. How do you want to operate with terminal? Can we change font of current terminal only or this is global setting?