from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcDirSave
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcDirSave - DEPRECATED: formerly used to save a directory cache
SYNOPSIS
#include <fontconfig/fontconfig.h>
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.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|