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 de‐
15 fault 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.14.2 27 1月 2023 FcInitReinitialize(3)