1FcDirCacheRead(3) FcDirCacheRead(3)
23
4
NAME
6FcDirCacheRead - read or construct a directory cache
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcCache * FcDirCacheRead (const FcChar8 *dir, FcBool force, FcConfig *config);
12
DESCRIPTION
14This returns a cache for dir. If force is FcFalse, then an existing,
15valid cache file will be used. Otherwise, a new cache will be created
16by scanning the directory and that returned.
1718
19
20
Fontconfig 2.13.1 30 8月 2018 FcDirCacheRead(3)