On 2006-02-07 14:49:41 +0800 (Tue, Feb), Ow Mun Heng wrote:
> Hi All,
> 
>       I'm trying to locate a nice and _BIG_ font to use on the console for
> when I use TV-Out.
> 
> I know there are lots of fonts in /usr/share/consolefonts/ but I don't
> really want to go through them 1 by 1 to locate the one I want. Is there
> a utility for seeing these fonts? A font browser?

A very quick one:

  cd /usr/share/consolefonts
  for x in *gz; do printf '\e[33m%s\e[0m\nReady?' "$x"; read z; setfont "$x"; 
echo "That was $x"; done

On some fonts it says 'There are more than one, use -8 -16 or
something option to setfont'. Don't let it scare you.


> Searching google didn't find anything positive. when I tried to look at
> it using gnome-font-browser, it says it can't load it.

I suppose gnome-font-browser understands only ttf or similiar fonts. Not
console ones... I may be wrong.

-- 
No virus found in this outgoing message.
Checked by "grep -i virus $MESSAGE"
Trust me.

Attachment: pgpyrYQu6kyC5.pgp
Description: PGP signature

Reply via email to