Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fcdirscan(3) [plan9 man page]

FcDirScan(3)															      FcDirScan(3)

NAME
FcDirScan - scan a font directory without caching it SYNOPSIS
#include <fontconfig.h> FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const FcChar8 *dir, FcBool force); DESCRIPTION
If cache is not zero or if force is FcFalse, this function currently returns FcFalse. Otherwise, it scans an entire directory and adds all fonts found to set. Any subdirectories found are added to dirs. Calling this function does not create any cache files. Use FcDirCacheRead() if caching is desired. VERSION
Fontconfig version 2.9.0 16 April 2012 FcDirScan(3)

Check Out this Related Man Page

FC-SCAN(1)																FC-SCAN(1)

NAME
fc-scan - scan font files or directories SYNOPSIS
fc-scan [ -Vh ] [ -f format | --format format ] [ --version ] [ --help ] file ... DESCRIPTION
fc-scan scans file(s) recursively and prints out font pattern for each face found. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -f --format format Format output according to the format specifier format. -V --version Show version of the program and exit. -h --help Show summary of options. file Scan file recursively for font faces. RETURN CODES
fc-scan returns error code 0 if at least one font was found or 1 otherwise. SEE ALSO
fc-query(1) FcFileScan(3) FcDirScan(3) FcPatternFormat(3) fc-cat(1) fc-cache(1) fc-list(1) fc-match(1) fc-pattern(1) The fontconfig user's guide, in HTML format: /usr/share/doc/fontconfig/fontconfig-user.html. AUTHOR
This manual page was updated by Behdad Esfahbod <behdad@behdad.org>. 16 April 2012 FC-SCAN(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. UNIX for Advanced & Expert Users

What's your most useful shell?

What's your most useful shell? /bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies