On Fri, 24 Sep 2004 20:43:16 -0400 (EDT) Prashant Kumar disseminated the following:
> I need to chnage font and font size in Eterm, Shift Right click brings a > menu for font(1-4), but that does not serve the purpose, what I wanted is > how to set these font 1 - 4 and their size. Some help with conf file probably. > > Thanks in advancei for your reply. Not sure if this is what you want, but you can set the font and sizes from the command line. What I do is instead of launching Eterm directly, I created a script to launch it with the settings (fonts) I want: #!/bin/sh exec /usr/bin/Eterm -F drift --bold-font \ drift -c Blue -g 110x40 -L 400 -n Node1 --shade 50 "$@" exit $? >From 'man Eterm': --bold-font font Sets the bold text font to font. -F font, --font font Sets the normal text font to font. --default-font-index num Specifies the index of the default (normal) text font. --font1 font ... --font4 font Sets the font at the specified index (1-4) to font. Also, you can change fonts/sizes on-the-fly by pressing shift and either the plus or minus keys. -- JoeHill RLU #282046 / www.freeyourmachine.org 11:29:49 up 51 days, 11:16, 7 users, load average: 0.18, 0.12, 0.17 +++++++++++++++++++++++++++ "The rich control all the businesses, the newspapers and everything else. But they can no longer control the people." -- Margarita Mendoza, street vendor, Venezuela -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]