22 lines
593 B
Groff
22 lines
593 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcFontList" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcFontList \- List fonts
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcFontSet * FcFontList(FcConfig *\fIconfig\fB);
|
|
(FcPattern *\fIp\fB);
|
|
(FcObjectSet *\fIos\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Selects fonts matching \fIp\fR, creates patterns from those fonts containing
|
|
only the objects in \fIos\fR and returns the set of unique such patterns.
|
|
If \fIconfig\fR is NULL, the default configuration is checked
|
|
to be up to date, and used.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|