summaryrefslogtreecommitdiffstats
path: root/rules/fontconfig.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-27 22:10:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-27 22:10:17 +0000
commita7a9a3cff3067ffe099aa38c09d9d7788a7c4dae (patch)
treee4c25a3cea7d15a6a36948d02b623c7432a8e32d /rules/fontconfig.in
parent82229e9e922b97cd135de01ec5043c9827371622 (diff)
downloadptxdist-a7a9a3cff3067ffe099aa38c09d9d7788a7c4dae.tar.gz
ptxdist-a7a9a3cff3067ffe099aa38c09d9d7788a7c4dae.tar.xz
updated
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4792 33e552b5-05e3-0310-8538-816dae2090ed
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.
+