LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Change output font for apps in xterm or TTY. (https://www.linuxquestions.org/questions/linux-desktop-74/change-output-font-for-apps-in-xterm-or-tty-4175460049/)

dante65 04-29-2013 01:52 PM

Change output font for apps in xterm or TTY.
 
If I for example run this command
Code:

ifconfig | convert -background black -fill white label:@- ifconfige4.png
I get an image from the output of ifconfig.

I have changed the font in the cli (Konsole,xterm) - but the output gives the samt font in the .png.

How can I change the font in output from ifconfig.?.?

pan64 04-30-2013 07:07 AM

see man page of convert, it has a -font option. ifconfig itself do not use any font, it is displayed by xterm using a font, but it is not related to ifconfig or convert.


All times are GMT -5. The time now is 10:03 AM.