table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
| FcConfigSetCurrent(3) | FcConfigSetCurrent(3) |
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.
| 04 September 2025 | Fontconfig 2.15.0 |