1FcConfigGetSysRoot(3) FcConfigGetSysRoot(3)
2
3
4
6 FcConfigGetSysRoot - Obtain the system root directory
7
9 #include <fontconfig/fontconfig.h>
10
11 const FcChar8 * FcConfigGetSysRoot (const FcConfig *config);
12
14 Obtains the system root directory in 'config' if available. All files
15 (including file properties in patterns) obtained from this 'config' are
16 relative to this system root directory.
17
18 This function isn't MT-safe. FcConfigReference must be called before
19 using this and then FcConfigDestroy when the return value is no longer
20 referenced.
21
23 version 2.10.92
24
25
26
27Fontconfig 2.14.2 27 1月 2023 FcConfigGetSysRoot(3)