xenocara/dist/fontconfig/doc/FcConfigSetCurrent.3

16 lines
565 B
Groff
Raw Permalink Normal View History

.\" auto-generated by docbook2man-spec from docbook-utils package
2025-01-10 01:40:29 +00:00
.TH "FcConfigSetCurrent" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
.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.