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
FcConfigSetCurrent
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcConfigSetCurrent - Set configuration as default
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcConfigSetCurrent (FcConfig *config);
DESCRIPTION
Sets the current default configuration to config. Implicitly calls
FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count
in config since 2.12.0, returning FcFalse if that call fails.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|