FcConfigAcceptFilename(3) FcConfigAcceptFilename(3) NAME FcConfigAcceptFilename - Test whether the given filename matches deny list SYNOPSIS #include FcBool FcConfigAcceptFilename (FcConfig *config, const FcChar8 *filename); DESCRIPTION fontconfig has the deny list which is built against directive in configuration file. This function tries to match 'filename' with them and return FcFalse if 'filename' is rejected, otherwise FcTrue. SINCE version 2.18.2 Fontconfig 2.18.2 10 July 2026 FcConfigAcceptFilename(3)