blob: ce9990d3df0813130bbb4703bca925b97e916753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcCacheSubdir" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
.SH NAME
FcCacheSubdir \- Return the i'th subdirectory.
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
const FcChar8 * FcCacheSubdir (const FcCache *\fIcache\fB, int\fIi\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
The set of subdirectories stored in a cache file are indexed by this
function, \fIi\fR should range from 0 to
\fIn\fR-1, where \fIn\fR is the return
value from FcCacheNumSubdir.
|