.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FcConfigAcceptFilename" "3" "10 July 2026" "Fontconfig 2.18.2" ""
.SH NAME
FcConfigAcceptFilename \- Test whether the given filename matches deny list
.SH SYNOPSIS
.sp
\fB#include
.sp
FcBool FcConfigAcceptFilename (FcConfig *\fIconfig\fB, const FcChar8 *\fIfilename\fB);
\fR
.SH "DESCRIPTION"
.PP
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.
.SH "SINCE"
.PP
version 2.18.2