Font configuration and customization library
Go to file
Keith Packard 61bb4bad75 Dont require freetype to build with fontconfig 2002-05-23 17:09:32 +00:00
config Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
doc Initial revision 2002-02-14 23:34:13 +00:00
fc-cache More autoconf cleanup for fontconfig 2002-05-21 17:48:15 +00:00
fc-list More autoconf cleanup for fontconfig 2002-05-21 17:48:15 +00:00
fontconfig Missed a Makefile.in for fontconfig includes 2002-05-22 22:59:41 +00:00
src Replace silly avl sort with qsort, add FcPatternEqual 2002-05-22 04:37:07 +00:00
AUTHORS Initial revision 2002-02-14 23:34:13 +00:00
COPYING Initial revision 2002-02-14 23:34:13 +00:00
ChangeLog Initial revision 2002-02-14 23:34:13 +00:00
INSTALL Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
Imakefile Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
Makefile.in Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
NEWS Initial revision 2002-02-14 23:34:13 +00:00
README Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
config.h.in More autoconf cleanup for fontconfig 2002-05-21 17:48:15 +00:00
configure.in Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
cvscompile.sh Fix xmkmf build process for fontconfig 2002-05-21 17:08:42 +00:00
findfonts Fix xmkmf build process for fontconfig 2002-05-21 17:08:42 +00:00
fontconfig-config.in Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
fontconfig.pc.in Dont require freetype to build with fontconfig 2002-05-23 17:09:32 +00:00
fonts.conf.in Fix xmkmf build process for fontconfig 2002-05-21 17:08:42 +00:00
fonts.dtd Fonts.dtd had "blanks" instead of "blank" 2002-05-23 16:05:16 +00:00
local.def Fix xmkmf build process for fontconfig 2002-05-21 17:08:42 +00:00
setfontdirs Fix xmkmf build process for fontconfig 2002-05-21 17:08:42 +00:00

README

			Fontconfig
	Font configuration and customization library
		      Version 1.0.1
		        2002-5-23

This is the first public release of fontconfig, a font configuration and
customization library.  Fontconfig is designed to locate fonts within the
system and select them according to requirements specified by applications.

Fontconfig is not a rasterization library, nor does it impose a particular
rasterization library on the application.  The X-specific library
'Xft' uses fontconfig along with freetype to specify and rasterize fonts.

Keith Packard
keithp@keithp.com