c9c2f93b5d
to make room for a BSD make build system.
18 lines
582 B
Groff
18 lines
582 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcPatternAddWeak" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcPatternAddWeak \- Add a value to a pattern with weak binding
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBool FcPatternAddWeak (FcPattern *\fIp\fB, const char *\fIobject\fB, FcValue \fIvalue\fB, FcBool \fIappend\fB);
|
|
.fi\fR
|
|
.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.10.91
|