From: Keith Packard Date: Sat, 3 Nov 2007 20:44:59 +0000 (-0700) Subject: Document skipping of fonts from FcFileScan/FcDirScan. X-Git-Tag: 2.4.92~33 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=2ddce88cde79d8bf8959d614af883999d5c66a85 Document skipping of fonts from FcFileScan/FcDirScan. FcFileScan and FcDirScan will skip fonts under direction of the configuration and default fontconfig policy. --- 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 set. If force is FcTrue, then the file is scanned even if associated information is found in cache. If file is a directory, it is added to -dirs. +dirs. 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 set. If force is FcTrue, then the directory and all files within it are scanned even if information is present in the per-directory cache file or cache. Any -subdirectories found are added to dirs. +subdirectories found are added to dirs. Whether fonts +or directories are found depends on fontconfig +policy as well as the current configuration. @@ @RET@ FcBool