1FcDirSave(3) FcDirSave(3)
2
3
4
6 FcDirSave - DEPRECATED: formerly used to save a directory cache
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcDirSave (FcFontSet *set, FcStrSet *dirs, const FcChar8 *dir);
12
14 This function now does nothing aside from returning FcFalse. It used to
15 creates the per-directory cache file for dir and populates it with the
16 fonts in set and subdirectories in dirs. All of this functionality is
17 now automatically managed by FcDirCacheLoad and FcDirCacheRead.
18
19
20
21Fontconfig 2.13.92 09 8月 2019 FcDirSave(3)