mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-05 08:02:05 +00:00
17 lines
488 B
Groff
17 lines
488 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.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
|