View Single Post
Old 06-30-2012, 06:04 AM   #61
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Is there any way I can increase the size of the font that it uses.
Combination of keys <ALT> = (alt and equal sign) increases font size. You may also open font menu by pressing <ALT> 3 and choose larger font from the menu.
If the largest font is still too small for you or you want to change default font size, you may edit /mnt/us/extensions/xterm/layouts/Xresources file. Relevant section is:

Code:
XTerm.VT100.font: -*-terminus-medium-r-normal--16-*-*-*-*-*-iso10646-*
XTerm.VT100.boldFont: -*-terminus-bold-r-normal--16-*-*-*-*-*-iso10646-*
XTerm.VT100.font1: -*-terminus-medium-r-normal--14-*-*-*-*-*-iso10646-*
XTerm.VT100.font2: -*-terminus-medium-r-normal--16-*-*-*-*-*-iso10646-*
XTerm.VT100.font3: -*-terminus-medium-r-normal--18-*-*-*-*-*-iso10646-*
XTerm.VT100.font4: -*-terminus-medium-r-normal--20-*-*-*-*-*-iso10646-*
XTerm.VT100.font5: -*-terminus-medium-r-normal--22-*-*-*-*-*-iso10646-*
XTerm.VT100.font6: -*-terminus-medium-r-normal--24-*-*-*-*-*-iso10646-*
Available sizes are: 12, 14, 16, 18, 20, 22, 24, 28 and 32.
Fonts 1 to 6 are described in the font menu, starting from "unreadable" up to "huge".
For example, to change a font size to 32 points, enter:

Code:
-*-terminus-medium-r-normal--32-*-*-*-*-*-iso10646-*
baf is offline   Reply With Quote