21 lines
914 B
Groff
21 lines
914 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcConfigParseAndLoadFromMemory" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
|
|
.SH NAME
|
|
FcConfigParseAndLoadFromMemory \- load a configuration from memory
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBool FcConfigParseAndLoadFromMemory (FcConfig *\fIconfig\fB, const FcChar8 *\fIbuffer\fB, FcBool \fIcomplain\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Walks the configuration in 'memory' and constructs the internal representation
|
|
in 'config'. Any includes files referenced from within 'memory' will be loaded
|
|
and dparsed. 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 fsome error occurred while loading the file, either a
|
|
parse error, semantic error or allocation failure. Otherwise returns FcTrue.
|
|
.SH "SINCE"
|
|
.PP
|
|
version 2.12.5
|