from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigAcceptFilter
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
NAME
FcConfigAcceptFilter - Test whether the given pattern matches filter
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcConfigAcceptFilter (FcConfig *config, const FcPattern *font);
DESCRIPTION
This triggers a predicate function set by FcConfigSetFontSetFilter
and return FcTrue if font matches something they expect.
otherwise FcFalse.
SINCE
version 2.16.0
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|