FcConfigAcceptFilename - Man Page

Test whether the given filename matches deny list

Synopsis

#include <fontconfig/fontconfig.h>

FcBool FcConfigAcceptFilename (FcConfig *config, const FcChar8 *filename);

Description

fontconfig has the deny list which is built against <rejectfont> 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

Info

06 August 2026 Fontconfig 2.18.3