1FcFileScan(3) FcFileScan(3)
23
4
NAME
6FcFileScan - scan a font file
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcFileScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const char *file, FcBool force);
12
DESCRIPTION
14Scans a single file and adds all fonts found to set. If force is
15FcTrue, then the file is scanned even if associated information is
16found in cache. If file is a directory, it is added to dirs.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcFileScan(3)