FcConfigEnableHome
controls use of the home directory.
- Provided by: libfontconfig1-dev (Version: 2.11.94-0ubuntu1.1)
- Source: fontconfig
- Report a bug
controls use of the home directory.
#include <fontconfig/fontconfig.h> FcBool FcConfigEnableHome (FcBool enable);
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.