1FcInit(3) FcInit(3)
23
4
NAME
6FcInit - initialize fontconfig library
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcInit (void);
12
DESCRIPTION
14Loads the default configuration file and the fonts referenced therein
15and sets the default configuration to that result. Returns whether this
16process succeeded or not. If the default configuration has already been
17loaded, this routine does nothing and returns FcTrue.
1819
20
21
Fontconfig 2.13.92 09 8月 2019 FcInit(3)