Hi,
I have a need to change the font size on a terminal window, but not system wide. I was able to change it using the right click/preferences/terminal font method from the terminal. However, I need to be able to use setfont to do this in a bash script. When I try to use setfont from this post (https://raspberrypi.stackexchange.com/q ... -font-size, I get an error.
I do find it interesting that the LXTerminal Terminal Font doesn't seem to have anything similar to the Lat15-TerminusBold22x11 font found in the /usr/share/consolefonts, and the /usr/share/consolefonts doesn't have "Monospace Regular" which I am currently using.
Am I trying to get apples from oranges or am I just completely confused.
I have a need to change the font size on a terminal window, but not system wide. I was able to change it using the right click/preferences/terminal font method from the terminal. However, I need to be able to use setfont to do this in a bash script. When I try to use setfont from this post (https://raspberrypi.stackexchange.com/q ... -font-size, I get an error.
Code:
b2400@b2400:/usr/share/consolefonts $ setfont Lat15-TerminusBold22x11.psf.gz Couldn't get a file descriptor referring to the console.
Am I trying to get apples from oranges or am I just completely confused.
Statistics: Posted by gwfami — Wed Aug 28, 2024 4:23 pm — Replies 3 — Views 100