1FcConfigGetCache(3) FcConfigGetCache(3)
23
4
NAME
6FcConfigGetCache - DEPRECATED used to return per-user cache filename
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcChar8 * FcConfigGetCache (FcConfig *config);
12
DESCRIPTION
14With fontconfig no longer using per-user cache files, this function now
15simply returns NULL to indicate that no per-user file exists.
1617
18
19
Fontconfig 2.14.0 31 3月 2022 FcConfigGetCache(3)