FcConfigAcceptFilter − Test whether the given pattern matches filter
#include <fontconfig/fontconfig.h>
FcBool FcConfigAcceptFilter (FcConfig *config, const FcPattern *font);
This triggers a predicate function set by FcConfigSetFontSetFilter and return FcTrue if font matches something they expect. otherwise FcFalse.
version 2.16.0