]> git.wh0rd.org - fontconfig.git/commitdiff
Document skipping of fonts from FcFileScan/FcDirScan.
authorKeith Packard <keithp@koto.keithp.com>
Sat, 3 Nov 2007 20:44:59 +0000 (13:44 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Sat, 3 Nov 2007 20:44:59 +0000 (13:44 -0700)
FcFileScan and FcDirScan will skip fonts under direction of the
configuration and default fontconfig policy.

doc/fcfile.fncs

index 2aa46e183ce5fb6eb24c7eb6716e9d9e650365ee..df7400bdaf84162641361664d849d94eb1afb636 100644 (file)
@@ -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