from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigGetSysRoot
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
NAME
FcConfigGetSysRoot - Obtain the system root directory
SYNOPSIS
#include <fontconfig/fontconfig.h>
const FcChar8 * FcConfigGetSysRoot (const FcConfig *config);
DESCRIPTION
Obtains the system root directory in 'config' if available. All files
(including file properties in patterns) obtained from this 'config' are
relative to this system root directory.
This function isn't M-safe. FcConfigReference must be called
before using this and then FcConfigDestroy when
the return value is no longer referenced.
SINCE
version 2.10.92
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|