1. NAME▲
FcPatternRemove - Remove one object of the specified type from the pattern
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcBool FcPatternRemove(FcPattern *\fIp\fB);
(const char *\fIobject\fB);
(int \fIid\fB);
\fR.fi3. DESCRIPTION▲
Removes the value associated with the property `object' at position `id', returning whether the property existed and had a value at that position or not.
4. VERSION ▲
Fontconfig version 2.8.0