Font configuration and customization library
Go to file
Keith Packard 364a581d91 Add coverage documentation files 2002-07-06 23:22:03 +00:00
config A few random fontconfig build fixes 2002-05-23 23:00:46 +00:00
doc Initial revision 2002-02-14 23:34:13 +00:00
fc-cache Ident line 2002-07-01 12:38:27 +00:00
fc-lang Add coverage documentation files 2002-07-06 23:22:03 +00:00
fc-list Object list to FcObjectSetBuild wasnt terminated with 0 2002-07-03 23:15:32 +00:00
fontconfig Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c) 2002-06-30 23:45:17 +00:00
src Add strong/weak pattern value binding, add known charsets for automatic 2002-06-29 20:31:02 +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 Fix fontconfig.pc generation in Imakefile 2002-06-08 18:46:35 +00:00
Makefile.in Use explicit cd for non-gmake systems 2002-05-28 03:50:23 +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 Make autoconf use correct options to build solaris shared libraries 2002-06-07 17:55:41 +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 A few autoconf build fixes 2002-05-24 05:19:30 +00:00
fontconfig.pc.in Dont require freetype to build with fontconfig 2002-05-23 17:09:32 +00:00
fonts.conf.in Add slanting for fonts without oblique/italic varient. Fix matching code to 2002-06-19 21:32:51 +00:00
fonts.dtd Add ref counting to font config patterns so that FcFontSort return values 2002-06-19 20:08:22 +00:00
local.def Fix Xft2 to build right library version on old systems with xmkmf. Fix 2002-05-31 06:52:47 +00:00
setfontdirs 171. Fix LIBXML2LIBDIR name clash in lib/Imakefile (#5180, ISHIKAWA 2002-06-04 21:55: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