From: Nuno A. <ik...@fl...> - 2004-10-15 23:09:36
|
On (16/10/04 04:25), Seiichi SATO wrote: > On Fri, Oct 15, 2004 at 08:43:15PM +0200, > Nuno Alexandre wrote: > > > On (16/10/04 02:43), Seiichi SATO wrote: > > > On Fri, Oct 15, 2004 at 06:26:18PM +0200, > > > Nuno Alexandre wrote: > > > > > > > With other terminals you can use *term -fn "font name" or use the .Xdefault file > > > > and specify the fonts with *term*font: <font name>. > > > > > > > > > > > > How can I achieve the same result with mlterm ? > > > > > > > > Ive been reading the man pages, but its not clear how to do this. > > > > > > Please read "Font Configuration Files" section of man page again or > > > see PREFIX/etc/mlterm/*font files. > > > > > > -- > > > Seiichi > > > > > > > Yes, I've read it and I don't see how. > > Care to write an example to, say use this font I select with xfontsel: > > "-lfp-smooth-*-*-*-*-*-*-*-*-*-*-*-*" > > > > > > I tried adding: > > ISO8859_1=-lfp-smooth-*-*-*-*-*-*-*-*-*-*-*-*; > > > > but it didn't made any difference. > > if -lfp-smooth-* is a scalable font: > > ISO8859_1=-lfp-smooth-*-*-%d-*-iso8859-1; > > if not: > > ISO8859_1=16,-lfp-smooth-*-*-16-*-iso8859-1;12,-ANOTHER-FONT-*-*-12-*-iso8859-1;10,ALIASED_NAME_5x10; > (replace 16 to font size of -lfp-smooth-*) > > -- > Seiichi > Hi Seiichi, I've added the exact same line you wrote, and the font its still the default, meaning its not the lfp-smooth. lfp its not scalable, I don't use AA fonts on terminals. I would like to know if there are other ways to change fonts, specially something more simple, like adding the name of the font in some start paramenter or config file. Thanks. -- Nuno Alexandre |