Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcDirSave(3)							  FcDirSave(3)

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.

Fontconfig 2.15.0		  22 12	2023			  FcDirSave(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcDirSave&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help