from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigAcceptFont
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
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
return FcFalse if 'pat' is rejected, otherwise FcTrue.
SINCE
version 2.15.1
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|