FcConfigGetFonts.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcConfigGetFonts" "3" "18 November 2009" "" ""
3.SH NAME
4FcConfigGetFonts \- Get config font set
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcFontSet * FcConfigGetFonts(FcConfig *\fIconfig\fB);
10(FcSetName \fIset\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14Returns one of the two sets of fonts from the configuration as specified
15by \fIset\fR\&. This font set is owned by the library and must
16not be modified or freed.
17If \fIconfig\fR is NULL, the current configuration is used.
18.SH "VERSION"
19.PP
20Fontconfig version 2.8.0
21