1FcCacheSubdir(3) FcCacheSubdir(3)
23
4
NAME
6FcCacheSubdir - Return the i'th subdirectory.
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
const FcChar8 * FcCacheSubdir (const FcCache *cache, inti);
12
DESCRIPTION
14The set of subdirectories stored in a cache file are indexed by this
15function, i should range from 0 to n-1, where n is the return value
16from FcCacheNumSubdir.
1718
19
20
Fontconfig 2.14.2 27 1月 2023 FcCacheSubdir(3)