1. NAME

FcConfigEnableHome - controls use of the home directory.

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcBol FcConfigEnableHome(FcBool \fIenable\fB);
 \fR.fi

3. DESCRIPTION

If enable is FcTrue, then Fontconfig will use various files which are specified relative to the user's home directory (using the ~ notation in the configuration). When enable is FcFalse, then all use of the home directory in these contexts will be disabled. The previous setting of the value is returned.

4. VERSION

Fontconfig version 2.8.0