1FcInit(3) FcInit(3)
23
4
NAME
6FcInit - initialize fontconfig library
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcInit(void);
12.fi
13
DESCRIPTION
15Loads the default configuration file and the fonts referenced therein
16and sets the default configuration to that result. Returns whether this
17process succeeded or not. If the default configuration has already been
18loaded, this routine does nothing and returns FcTrue.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcInit(3)