Introduction to Library Functions FcDirSave(3)
NAME
FcDirSave - DEPRECATED: formerly used to save a directory
cacheSYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBool FcDirSave(FcFontSet *set);
(FcStrSet *dirs); (const FcChar8 *dir);DESCRIPTION
This function now does nothing aside from returning FcFalse.It used to creates the per-directory cache file for dir and
populates it with the fonts in set and subdirectories in dirs. All of this functionality is now automatically managed by FcDirCacheLoad and FcDirCacheRead. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1