1FcConfigSetCurrent(3) FcConfigSetCurrent(3)
23
4
NAME
6FcConfigSetCurrent - Set configuration as default
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcConfigSetCurrent (FcConfig *config);
12
DESCRIPTION
14Sets the current default configuration to config. Implicitly calls
15FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the
16reference count in config since 2.12.0, returning FcFalse if that call
17fails.
1819
20
21
Fontconfig 2.13.1 30 8月 2018 FcConfigSetCurrent(3)