from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcPatternIterEqual
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
NAME
FcPatternIterEqual - Compare iterators
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcPatternIterEqual (const FcPattern *p1, FcPatternIter *i1, const FcPattern *p2, FcPatternIter *i2);
DESCRIPTION
Return FcTrue if both i1 and i2
point to same object and contains same values. return FcFalse otherwise.
SINCE
version 2.13.1
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|