15 lines
479 B
Groff
15 lines
479 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcConfigSetCurrent" "3" "24 3月 2014" "Fontconfig 2.11.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, returning FcFalse if that call fails.
|