summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-11-03 13:44:59 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-11-03 13:44:59 -0700
commit2ddce88cde79d8bf8959d614af883999d5c66a85 (patch)
treee72f2c9f2561f4784143d3b65e7a3e2fc8b177f7 /doc
parent5d82c4c85d201011e60adcf887d15341ecdd5729 (diff)
Document skipping of fonts from FcFileScan/FcDirScan.
FcFileScan and FcDirScan will skip fonts under direction of the configuration and default fontconfig policy.
Diffstat (limited to 'doc')
-rw-r--r--doc/fcfile.fncs7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/fcfile.fncs b/doc/fcfile.fncs
index 2aa46e1..df7400b 100644
--- a/doc/fcfile.fncs
+++ b/doc/fcfile.fncs
@@ -36,7 +36,8 @@ Scans a single file and adds all fonts found to <parameter>set</parameter>.
If <parameter>force</parameter> is FcTrue, then the file is scanned even if
associated information is found in <parameter>cache</parameter>. If
<parameter>file</parameter> is a directory, it is added to
-<parameter>dirs</parameter>.
+<parameter>dirs</parameter>. Whether fonts are found depends on fontconfig
+poliy as well as the current configuration.
@@
@RET@ FcBool
@@ -53,7 +54,9 @@ Scans an entire directory and adds all fonts found to
<parameter>set</parameter>. If <parameter>force</parameter> is FcTrue, then
the directory and all files within it are scanned even if information is
present in the per-directory cache file or <parameter>cache</parameter>. Any
-subdirectories found are added to <parameter>dirs</parameter>.
+subdirectories found are added to <parameter>dirs</parameter>. Whether fonts
+or directories are found depends on fontconfig
+policy as well as the current configuration.
@@
@RET@ FcBool