1. NAME

FcDirSave - DEPRECATED: formerly used to save a directory cache

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcBool FcDirSave(FcFontSet *\fIset\fB);
 (FcStrSet *\fIdirs\fB);
 (const FcChar8 *\fIdir\fB);
 \fR.fi

3. 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.

4. VERSION

Fontconfig version 2.8.0