.\" 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 "FcConfigAcceptFont" "3" "23 January 2025" "Fontconfig 2.16.0" ""
.SH NAME
FcConfigAcceptFont \- Test whether the given pattern matches deny list
.SH SYNOPSIS
.sp
\fB#include
.sp
FcBool FcConfigAcceptFont (FcConfig *\fIconfig\fB, FcPattern *\fIpat\fB);
\fR
.SH "DESCRIPTION"
.PP
fontconfig has the deny list which is built against directive
in configuration file. This function tries to match 'pat' with them and
return FcFalse if 'pat' is rejected, otherwise FcTrue.
.SH "SINCE"
.PP
version 2.15.1