#include <fontconfig.h>
FcCharSet * FcCharSetIntersect(const FcCharSet *a, const FcCharSet *b);
FcCharSet * FcCharSetIntersect
Returns a set including only those chars found in both a and b.
Fontconfig version 2.5.92