upload tizen2.0 source
[framework/uifw/xorg/lib/libxfont.git] / README
1 libXfont provides the core of the legacy X11 font system, handling the
2 index files (fonts.dir, fonts.alias, fonts.scale), the various font file
3 formats, and rasterizing them.   It is used by the X servers, the
4 X Font Server (xfs), and some font utilities (bdftopcf for instance),
5 but should not be used by normal X11 clients.  X11 clients access fonts
6 via either the new API's in libXft, or the legacy API's in libX11.
7
8 Please submit bugs & patches to the Xorg bugzilla:
9
10         https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
11
12 All questions regarding this software should be directed at the
13 Xorg mailing list:
14
15         http://lists.freedesktop.org/mailman/listinfo/xorg
16
17 The 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
23 For more information on the git code manager, see:
24
25         http://wiki.x.org/wiki/GitPage