summaryrefslogtreecommitdiffstats
path: root/rules/fontconfig.in
blob: 0d43867a97f825c00febd968743601f253bf62a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## SECTION=multimedia_tools

menuconfig FONTCONFIG
	tristate
	prompt "fontconfig                    "
	select HOST_GPERF
	select FREETYPE
	select 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.

if FONTCONFIG

config FONTCONFIG_UTILS
	bool "install utilities for Fontconfig     "
	help
	  The fontconfig utilities package contains fc-list,
	  fc-match, and fc-cache.
	  fc-list lists fonts and styles available on the system
	    for applications using fontconfig.
	  fc-match  matches fontpattern (empty pattern by
	    default) using the normal fontconfig matching rules to
	    find the best font available.
	  fc-cache  scans the font directories on the system and
	    builds font information cache files for applications
	    using fontconfig for their font handling.

endif