1FcPatternRemove(3)                                          FcPatternRemove(3)
2
3
4

NAME

6       FcPatternRemove - Remove one object of the specified type from the pat‐
7       tern
8

SYNOPSIS

10       #include <fontconfig.h>
11
12       FcBool FcPatternRemove(FcPattern *p);
13       (const char *object);
14       (int id);
15       .fi
16

DESCRIPTION

18       Removes the value associated with the  property  `object'  at  position
19       `id',  returning  whether  the property existed and had a value at that
20       position or not.
21

VERSION

23       Fontconfig version 2.8.0
24
25
26
27                               18 November 2009             FcPatternRemove(3)
Impressum