2013-03-09 06:33:45 -07:00
|
|
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
2017-08-19 04:11:04 -06:00
|
|
|
.TH "FcConfigSetCurrent" "3" "05 7月 2017" "Fontconfig 2.12.4" ""
|
2013-03-09 06:33:45 -07:00
|
|
|
.SH NAME
|
|
|
|
FcConfigSetCurrent \- Set configuration as default
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.nf
|
|
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
|
|
.sp
|
|
|
|
FcBool FcConfigSetCurrent (FcConfig *\fIconfig\fB);
|
|
|
|
.fi\fR
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.PP
|
|
|
|
Sets the current default configuration to \fIconfig\fR\&. Implicitly calls
|
2016-08-09 12:57:41 -06:00
|
|
|
FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count
|
|
|
|
in \fIconfig\fR since 2.12.0, returning FcFalse if that call fails.
|