On Wed, 29 Jan 2003 17:12:53 +0000
Enrico Franconi <[EMAIL PROTECTED]> wrote:

>X-Original-Date: Wed, 29 Jan 2003 17:12:53 +0000
>
>How can I set anti-aliasing and true-type fonts in X11 applications
>(e.g., xterm, mozilla, openoffice)? Freetype is there but I've no clue
>on what should I do with it...
>cheers
>-- e.
>

If using apple's X11.app, there is a hook from /etc/X11/XftConfig:

#
# add OS X system-wide font directories
#

dir "/Library/Fonts"
dir "/System/Library/Fonts"


This would work with freetype aware X11 application (like xterm). So I can 
say 

        xterm -fa Monaco -fs 14 
        
to get an xterm with Monaco fonts. I assume XftConfig should be supported 
by the fink-installed X11 too...?

Don't know if this answers your question in full...

Ciao,
--
Ettore Aldrovandi
Department of Mathematics
Florida State University
mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to