table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcConfigGetCache(3) | FcConfigGetCache(3) |
NAME¶
FcConfigGetCache - DEPRECATED used to return per-user cache filename
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
FcChar8 * FcConfigGetCache (FcConfig *config);
DESCRIPTION¶
With fontconfig no longer using per-user cache files, this function now simply returns NULL to indicate that no per-user file exists.
04 September 2025 | Fontconfig 2.15.0 |