FcConfigAcceptFilter

Name

FcConfigAcceptFilter -- Test whether the given pattern matches filter

Synopsis

#include <fontconfig/fontconfig.h>
        

FcBool FcConfigAcceptFilter(FcConfig *config, const FcPattern *font);

Description

This triggers a predicate function set by FcConfigSetFontSetFilter and return FcTrue if font matches something they expect. otherwise FcFalse.

Since

version 2.16.0