1. NAME▲
FcPatternAddWeak - Add a value to a pattern with weak binding
2. SYNOPSIS ▲
\fB#include <
fontconfig.h>
FcBool FcPatternAddWeak
(
FcPattern *
\fIp\fB);
(
const
char
*
\fIobject\fB);
(
FcValue \fIvalue\fB);
(
FcBool \fIappend\fB);
\fR.fi
3. DESCRIPTION▲
FcPatternAddWeak is essentially the same as FcPatternAdd except that any values added to the list have binding weak instead of strong.
4. VERSION ▲
Fontconfig version 2.8.0