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