.\" auto-generated by docbook2man-spec from docbook-utils package .TH "FcPatternAddWeak" "3" "05 8月 2016" "Fontconfig 2.12.1" "" .SH NAME FcPatternAddWeak \- Add a value to a pattern with weak binding .SH SYNOPSIS .nf \fB#include .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\&.