1FcPatternDel(3) FcPatternDel(3)
23
4
NAME
6FcPatternDel - Delete a property from a pattern
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcPatternDel (FcPattern *p, const char *object);
12
DESCRIPTION
14Deletes all values associated with the property `object', returning
15whether the property existed or not.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcPatternDel(3)