1FcPatternRemove(3) FcPatternRemove(3)
23
4
NAME
6FcPatternRemove - Remove one object of the specified type from the pat‐
7tern
8
SYNOPSIS
10#include <fontconfig.h>
1112
FcBool FcPatternRemove(FcPattern *p);
13(const char *object);
14(int id);
15.fi
16
DESCRIPTION
18Removes the value associated with the property `object' at position
19`id', returning whether the property existed and had a value at that
20position or not.
21
VERSION
23Fontconfig version 2.8.0
2425
26
27
18 November 2009 FcPatternRemove(3)