Blame doc/FcConfigBuildFonts.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigBuildFonts" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigBuildFonts \- Build font database
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcConfigBuildFonts (FcConfig *\fIconfig\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Builds the set of available fonts for the given configuration. Note that
Packit 352660
any changes to the configuration after this call have indeterminate effects.
Packit 352660
Returns FcFalse if this operation runs out of memory.
Packit 352660
If \fIconfig\fR is NULL, the current configuration is used.