1FcPatternRemove(3) FcPatternRemove(3)
23
4
NAME
6FcPatternRemove - Remove one object of the specified type from the pat‐
7tern
8
SYNOPSIS
10#include <fontconfig/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.
1819
20
21
Fontconfig 2.13.1 30 8月 2018 FcPatternRemove(3)