Blame doc/FcConfigGetFonts.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigGetFonts" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigGetFonts \- Get config font set
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcFontSet * FcConfigGetFonts (FcConfig *\fIconfig\fB, FcSetName \fIset\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Returns one of the two sets of fonts from the configuration as specified
Packit 352660
by \fIset\fR\&. This font set is owned by the library and must
Packit 352660
not be modified or freed.
Packit 352660
If \fIconfig\fR is NULL, the current configuration is used.