summaryrefslogtreecommitdiffstats
path: root/rules/fontconfig.in
blob: 8ed7f666da89144b02a036b6bcff6fdb86daf613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuconfig FONTCONFIG
	bool "Fontconfig            "
	select FREETYPE
	help
	  Fontconfig is a font configuration and 
	  customization library, which does not depend on 
	  the X Window System.  It 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.