1FcStrSetDel(3) FcStrSetDel(3)
23
4
NAME
6FcStrSetDel - delete from a string set
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcStrSetDel(FcStrSet *set);
12(const FcChar8 *s);
13.fi
14
DESCRIPTION
16Removes s from set, returning FcTrue if s was a member else FcFalse.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcStrSetDel(3)