1FcConfigGetSysRoot(3)                                    FcConfigGetSysRoot(3)
2
3
4

NAME

6       FcConfigGetSysRoot - Obtain the system root directory
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       const FcChar8 * FcConfigGetSysRoot (const FcConfig *config);
12

DESCRIPTION

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

SINCE

23       version 2.10.92
24
25
26
27Fontconfig 2.14.0                 31 3月 2022            FcConfigGetSysRoot(3)
Impressum