summaryrefslogtreecommitdiffstats
path: root/rules/host-fontconfig.in
blob: 4f7f97fe8af7433efb3fc711f804e24fc5310f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=hosttools_noprompt
config HOST_FONTCONFIG
	bool
	select HOST_FREETYPE
	select HOST_EXPAT
	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.