FcDirSave - DEPRECATED: formerly used to save a directory cache
Contents
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.
Fontconfig 2.15.0 04 July 2025 FcDirSave(3)
Name
FcDirSave - DEPRECATED: formerly used to save a directory cache
Synopsis
#include<fontconfig/fontconfig.h>FcBoolFcDirSave(FcFontSet*set,FcStrSet*dirs,constFcChar8*dir);
