FcStrSetDel
Section: (3)Updated: 16 April 2007
Index Return to Main Contents
NAME
FcStrSetDel - delete from a string setSYNOPSIS
#include <fontconfig.h>
FcBool FcStrSetDel (FcStrSet *set, const FcChar8 *s);
DESCRIPTION
Removes s from set, returning FcTrue if s was a member else FcFalse.
VERSION
Fontconfig version 2.4.2


