20 lines
597 B
Groff
20 lines
597 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcConfigBuildFonts" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcConfigBuildFonts \- Build font database
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcConfigBuildFonts(FcConfig *\fIconfig\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Builds the set of available fonts for the given configuration. Note that
|
|
any changes to the configuration after this call have indeterminate effects.
|
|
Returns FcFalse if this operation runs out of memory.
|
|
If \fIconfig\fR is NULL, the current configuration is used.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|