from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigEnableHome
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcConfigEnableHome - controls use of the home directory.
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcConfigEnableHome (FcBool enable);
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.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|