1FcConfigSetSysRoot(3) FcConfigSetSysRoot(3)
2
3
4
6 FcConfigSetSysRoot - Set the system root directory
7
9 #include <fontconfig/fontconfig.h>
10
11 void FcConfigSetSysRoot (FcConfig *config, const FcChar8 *sysroot);
12
14 Set 'sysroot' as the system root directory. fontconfig prepend 'sys‐
15 root' to the cache directories in order to allow people to generate
16 caches at the build time. Note that this causes changing current con‐
17 fig. i.e. this function calls FcConfigSetCurrent() internally.
18
20 version 2.10.92
21
22
23
24Fontconfig 2.13.1 30 8月 2018 FcConfigSetSysRoot(3)