20 lines
563 B
Groff
20 lines
563 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.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
|