Blame doc/FcConfigParseAndLoadFromMemory.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigParseAndLoadFromMemory" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigParseAndLoadFromMemory \- load a configuration from memory
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcConfigParseAndLoadFromMemory (FcConfig *\fIconfig\fB, const FcChar8 *\fIbuffer\fB, FcBool \fIcomplain\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Walks the configuration in 'memory' and constructs the internal representation
Packit 352660
in 'config'. Any includes files referenced from within 'memory' will be loaded
Packit 352660
and dparsed. If 'complain' is FcFalse, no warning will be displayed if
Packit 352660
\&'file' does not exist. Error and warning messages will be output to stderr.
Packit 352660
Returns FcFalse if fsome error occurred while loading the file, either a
Packit 352660
parse error, semantic error or allocation failure. Otherwise returns FcTrue.
Packit 352660
.SH "SINCE"
Packit 352660
.PP
Packit 352660
version 2.12.5