16 lines
565 B
Groff
16 lines
565 B
Groff
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
||
|
.TH "FcConfigSetCurrent" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
|
||
|
.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
|
||
|
FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count
|
||
|
in \fIconfig\fR since 2.12.0, returning FcFalse if that call fails.
|