table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
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.
18 1月 2025 | Fontconfig 2.16.0 |