FcCacheSubdir - Return the i'th subdirectory.
Contents
Description
The set of subdirectories stored in a cache file are indexed by this function, i should range from 0 to
n-1, where n is the return value from FcCacheNumSubdir.
Fontconfig 2.15.0 04 July 2025 FcCacheSubdir(3)
Name
FcCacheSubdir - Return the i'th subdirectory.
Synopsis
#include<fontconfig/fontconfig.h>constFcChar8*FcCacheSubdir(constFcCache*cache,inti);
