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);
12(const char *object);
13.fi
14
DESCRIPTION
16Deletes all values associated with the property `object', returning
17whether the property existed or not.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcPatternDel(3)