summaryrefslogtreecommitdiffstats
path: root/rules/fontconfig.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/fontconfig.in')
-rw-r--r--rules/fontconfig.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/fontconfig.in b/rules/fontconfig.in
new file mode 100644
index 000000000..8ed7f666d
--- /dev/null
+++ b/rules/fontconfig.in
@@ -0,0 +1,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.
+