mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-13 15:41:36 +00:00
20 lines
563 B
Groff
20 lines
563 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcInit" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcInit \- initialize fontconfig library
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcInit(void\fI\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Loads the default configuration file and the fonts referenced therein and
|
||
|
sets the default configuration to that result. Returns whether this
|
||
|
process succeeded or not. If the default configuration has already
|
||
|
been loaded, this routine does nothing and returns FcTrue.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|