18 lines
488 B
Groff
18 lines
488 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcConfigSetCurrent" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcConfigSetCurrent \- Set configuration as default
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcConfigSetCurrent(FcConfig *\fIconfig\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Sets the current default configuration to \fIconfig\fR\&. Implicitly calls
|
|
FcConfigBuildFonts if necessary, returning FcFalse if that call fails.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|