21 lines
569 B
Groff
21 lines
569 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcPatternAddWeak" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcPatternAddWeak \- Add a value to a pattern with weak binding
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcPatternAddWeak(FcPattern *\fIp\fB);
|
|
(const char *\fIobject\fB);
|
|
(FcValue \fIvalue\fB);
|
|
(FcBool \fIappend\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
FcPatternAddWeak is essentially the same as FcPatternAdd except that any
|
|
values added to the list have binding \fIweak\fR instead of \fIstrong\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|