auto-generated by docbook2man-spec from docbook-utils package
"FcStrSetDel" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
NAME
FcStrSetDel - delete from a string set
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcStrSetDel (FcStrSet *set, const FcChar8 *s);
"DESCRIPTION"

Removes s from set, returning FcTrue if s was a member else FcFalse.