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