*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: FcConfigParseAndLoad | Section: 3 | Source: OpenBSD | File: FcConfigParseAndLoad.3
FcConfigParseAndLoad(3) FcConfigParseAndLoad(3) NAME FcConfigParseAndLoad - load a configuration file SYNOPSIS #include <fontconfig/fontconfig.h> FcBool FcConfigParseAndLoad (FcConfig *config, const FcChar8 *file, FcBool complain); DESCRIPTION Walks the configuration in 'file' and constructs the internal represen- tation in 'config'. Any include files referenced from within 'file' will be loaded and parsed. If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist. Error and warning messages will be output to stderr. Returns FcFalse if some error occurred while loading the file, either a parse error, semantic error or allocation failure. Otherwise returns FcTrue. After all configuration files / strings have been loaded, with FcConfigParseAndLoad and/or FcConfigParseAndLoadFrom- Memory, call FcConfigBuildFonts to build the font database. Fontconfig 2.15.0 22 12 2023 FcConfigParseAndLoad(3)

Navigation Options