Reputation: 45
is it possible to switch the font type for the Linux terminal using python 3? There are threads about the windows console:
Change console font in Windows
I try to build an application which runs on standard Linux terminals like Xfce or gnome terminal or terminator for example. Changing text color and background is easy. But for switching the font type I found no solution. I think I could write a script that defines terminal layout at startup, but that wouldn't run for different terminals. Terminator has it's own config files and other terminals, too.
Upvotes: 2
Views: 2281