Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcConfigAcceptFont(3)					   FcConfigAcceptFont(3)

NAME
     FcConfigAcceptFont - Test whether the given pattern matches deny list

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcBool FcConfigAcceptFont (FcConfig *config, FcPattern *pat);

DESCRIPTION
     fontconfig  has the deny list which is built against <rejectfont> directive
     in configuration file. This function tries to match 'pat' with them and re-
     turn FcFalse if 'pat' is rejected, otherwise FcTrue.

SINCE
     version 2.15.1

Fontconfig 2.17.1		  02 July 2025		   FcConfigAcceptFont(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcConfigAcceptFont&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help