Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3/FcConfigParseAndLoad.3
Real path: /usr/share/man/man3/FcConfigParseAndLoad.3
Zurück
'\" te .\" auto-generated by docbook2man-spec from docbook-utils package .TH "FcConfigParseAndLoad" 3 "31 3月 2022" "Fontconfig 2.14.0" "" .SH NAME FcConfigParseAndLoad \- load a configuration file .SH SYNOPSIS .nf \fB#include <fontconfig/fontconfig.h> .sp FcBool FcConfigParseAndLoad (FcConfig *\fIconfig\fB, const FcChar8 *\fIfile\fB, FcBool \fIcomplain\fB); .fi\fR .SH "DESCRIPTION" .PP Walks the configuration in 'file' and constructs the internal representation 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. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability system/library/fontconfig = Stability Volatile .TE .PP .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://fontconfig.org/release/fontconfig-2.14.0.tar.xz. Further information about this software can be found on the open source community website at https://fontconfig.org/.