FcFontSetList.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcFontSetList" "3" "18 November 2009" "" ""
3.SH NAME
4FcFontSetList \- List fonts from a set of font sets
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcFontSet * FcFontSetList(FcConfig *\fIconfig\fB);
10(FcFontSet **\fIsets\fB);
11(int\fInsets\fB);
12(FcPattern *\fIpattern\fB);
13(FcObjectSet *\fIobject_set\fB);
14\fR.fi
15.SH "DESCRIPTION"
16.PP
17Selects fonts matching \fIpattern\fR from
18\fIsets\fR, creates patterns from those
19fonts containing only the objects in \fIobject_set\fR and returns
20the set of unique such patterns.
21If \fIconfig\fR is NULL, the default configuration is checked
22to be up to date, and used.
23.SH "VERSION"
24.PP
25Fontconfig version 2.8.0
26