blob: 48023a317d94643638b499a2975ff9b4a5f793ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
.TH "FcCacheNumFont" "3" "18 November 2009" "" ""
.SH NAME
FcCacheNumFont \- Returns the number of fonts in cache.
.SH SYNOPSIS
.nf
\fB#include <fontconfig.h>
.sp
int FcCacheNumFont(const FcCache *\fIcache\fB);
\fR.fi
.SH "DESCRIPTION"
.PP
This returns the number of fonts which would be included in the return from
FcCacheCopySet.
.SH "VERSION"
.PP
Fontconfig version 2.8.0
|