1FcDirSave(3) FcDirSave(3)
23
4
NAME
6FcDirSave - save a directory cache
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcDirSave (FcFontSet *set, FcStrSet *dirs, const char *dir);
12
DESCRIPTION
14Creates the per-directory cache file for dir and populates it with the
15fonts in set and subdirectories in dirs.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcDirSave(3)