1FcInitReinitialize(3) FcInitReinitialize(3)
2
3
4
6 FcInitReinitialize - re-initialize library
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcInitReinitialize (void);
12
14 Forces the default configuration file to be reloaded and resets the
15 default configuration. Returns FcFalse if the configuration cannot be
16 reloaded (due to configuration file errors, allocation failures or
17 other issues) and leaves the existing configuration unchanged. Other‐
18 wise returns FcTrue.
19
20
21
22Fontconfig 2.13.92 09 8月 2019 FcInitReinitialize(3)