Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcConfigGetSysRoot(3)					   FcConfigGetSysRoot(3)

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 (in-
     cluding file properties in patterns) obtained from this 'config' are  rela-
     tive to this system root directory.

     This  function isn't MT-safe. FcConfigReference must be called before using
     this and then FcConfigDestroy when the return value  is  no  longer  refer-
     enced.

SINCE
     version 2.10.92

Fontconfig 2.17.1		  02 July 2025		   FcConfigGetSysRoot(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcConfigGetSysRoot&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help