From: Seiichi S. <ss...@sh...> - 2004-10-15 19:25:40
|
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 |