README revision 7f7f5e4e
1libXfont provides the core of the legacy X11 font system, handling the 2index files (fonts.dir, fonts.alias, fonts.scale), the various font file 3formats, and rasterizing them. It is used by the X servers, the 4X Font Server (xfs), and some font utilities (bdftopcf for instance), 5but should not be used by normal X11 clients. X11 clients access fonts 6via either the new API's in libXft, or the legacy API's in libX11. 7 8Please submit bugs & patches to the Xorg bugzilla: 9 10 https://bugs.freedesktop.org/enter_bug.cgi?product=xorg 11 12All questions regarding this software should be directed at the 13Xorg mailing list: 14 15 http://lists.freedesktop.org/mailman/listinfo/xorg 16 17The master development code repository can be found at: 18 19 git://anongit.freedesktop.org/git/xorg/lib/libXfont 20 21 http://cgit.freedesktop.org/xorg/lib/libXfont 22 23For more information on the git code manager, see: 24 25 http://wiki.x.org/wiki/GitPage 26