#include <fontconfig.h>
FcCharSet * FcCharSetSubtract (const FcCharSet *a, const FcCharSet *b);
Returns a set including only those chars found in a but not b.
Fontconfig version 2.3.2
Table of Contents