Merge branch 'upstream' into tizen
[platform/upstream/fontconfig.git] / doc / FcInit.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcInit" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcInit \- initialize fontconfig library
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcInit (void\fI\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Loads the default configuration file and the fonts referenced therein and
14 sets the default configuration to that result. Returns whether this
15 process succeeded or not. If the default configuration has already
16 been loaded, this routine does nothing and returns FcTrue.