you really want to use a different font altogether. Eterm's fonts are
PCF which are not scalable. You can use smoothansi.pcf (or smooth.pcf)
or vga.pcf

Install them, then go: Eterm -F vga or Eterm -F smooth / smoothansi

Installing them can be done like this:

cat /home/hisham/Scripts/addfont.sh

#!/bin/bash
sudo cp $1 /usr/lib/X11/fonts/misc/
cd /usr/lib/X11/fonts/misc
sudo mkfontdir
xset fp rehash
#sudo /etc/init.d/xfs restart

I hope this helps. (=

Hisham / CodeWarrior

On Tue, 08 Mar 2005 11:29:00 -0500, Peter Hyman <[EMAIL PROTECTED]> wrote:
> I recently changed the resolution of my display to 1600x1200.
> 
> Fonts in Eterm have become ridiculously small and unreadable.
> 
> What changes need I make to the themes.cfg file in order to change the
> base font sizes?  Thx.
> 
> Snippet from ~/.Eterm/themes/Eterm/themes.cfg
> 
> begin attributes
>     title [EMAIL PROTECTED]:~
>     name Eterm
>     iconname [EMAIL PROTECTED]:~
>     scrollbar_type motif
>     scrollbar_width 10
>     font default 3
>     font proportional 0
>     font 0 5x7
>     font 1 6x10
>     font 2 fixed
>     font 3 8x13
>     font 4 9x15
>     font effects bottom_right 0x00000000
> end attributes
> 
> --
> Peter
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to