1FcCacheSubdir(3) FcCacheSubdir(3)
23
4
NAME
6FcCacheSubdir - Return the i'th subdirectory.
7
SYNOPSIS
9#include <fontconfig.h>
1011
const FcChar8 * FcCacheSubdir(const FcCache *cache);
12(inti);
13.fi
14
DESCRIPTION
16The set of subdirectories stored in a cache file are indexed by this
17function, i should range from 0 to n-1, where n is the return value
18from FcCacheNumSubdir.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcCacheSubdir(3)