1. NAME

FcPatternRemove - Remove one object of the specified type from the pattern

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcBool FcPatternRemove(FcPattern *\fIp\fB);
 (const char *\fIobject\fB);
 (int \fIid\fB);
 \fR.fi

3. 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