Blame doc/FcPatternAdd.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcPatternAdd" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcPatternAdd \- Add a value to a pattern
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcPatternAdd (FcPattern *\fIp\fB, const char *\fIobject\fB, FcValue \fIvalue\fB, FcBool \fIappend\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Adds a single value to the list of values associated with the property named
Packit 352660
`object\fI\&. If `append\fR is FcTrue, the value is added at the end of any
Packit 352660
existing list, otherwise it is inserted at the beginning. `value' is saved
Packit 352660
(with FcValueSave) when inserted into the pattern so that the library
Packit 352660
retains no reference to any application-supplied data structure.