Font configuration and customization library
Go to file
Egbert Eich dbc56f0b3f 574. Make RENDER optional for Xvfb. When RENDER is enabled add depth 32
pixmap format to list of supported pixmaps (Egbert Eich).
573. Fix va_args glitches for xterm/libfontconfig: 0 == (void*)0 isn't true
    for all platforms (Egbert Eich).
572. Fix lbxproxy to also build on platforms that don't have snprintf()
    (Egbert Eich).
571. Fix va_args glitches in mkfontscale: arg stack isn't preserved after
    calling va_arg on all platforms (Egbert Eich).
570. Fixed x11perf aa benchmarks to support non-default visuals/colormaps
    (Egbert Eich).
2002-12-04 10:28:03 +00:00
config Various config changes plus a couple of optimizations from Owen 2002-08-19 19:32:05 +00:00
doc Initial revision 2002-02-14 23:34:13 +00:00
fc-cache Pacify gcc 3.2 2002-09-18 17:11:46 +00:00
fc-lang Elide historic cyrillic letters from several orthographies as they are 2002-10-21 17:03:47 +00:00
fc-list Various config changes plus a couple of optimizations from Owen 2002-08-19 19:32:05 +00:00
fontconfig 574. Make RENDER optional for Xvfb. When RENDER is enabled add depth 32 2002-12-04 10:28:03 +00:00
src In debugging output, mark weakly bound values with (w) 2002-11-22 02:12:16 +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 Update ChangeLog with a few notes 2002-08-31 22:27:08 +00:00
INSTALL Add pkgconfig control file and fontconfig-config script 2002-05-23 17:06:46 +00:00
Imakefile Use unique local Imake define for fonts.conf dir (#5482, Mike A. Harris) 2002-11-21 16:53:00 +00:00
Makefile.in Fix autoconf build BSD install and sysconfdir problems 2002-08-01 15:57:26 +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 Various config changes plus a couple of optimizations from Owen 2002-08-19 19:32:05 +00:00
configure.in Various config changes plus a couple of optimizations from Owen 2002-08-19 19:32:05 +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 Change comments a bit in fonts.conf.in 2002-10-03 22:06:27 +00:00
fonts.dtd Add contains/not_contains, fix LangSet equal operator to use FcLangEqual 2002-08-22 18:53: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 Always install fonts.conf and fonts.dtd, moving any existing fonts.conf to 2002-08-01 16:17:33 +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