1FcPatternDel(3) FcPatternDel(3)
23
4
NAME
6FcPatternDel - Delete a property from a pattern
7
SYNOPSIS
9#include <fontconfig/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.
1617
18
19
Fontconfig 2.14.1 21 10月 2022 FcPatternDel(3)