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, const char *object, int id);
13
DESCRIPTION
15Removes the value associated with the property `object' at position
16`id', returning whether the property existed and had a value at that
17position or not.
18
VERSION
20Fontconfig version 2.4.2
2122
23
24
11 May 2007 FcPatternRemove(3)