1FcPatternEqualSubset(3) FcPatternEqualSubset(3)
23
4
NAME
6FcPatternEqualSubset - Compare portions of patterns
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcPatternEqualSubset(const FcPattern *pa);
12(const FcPattern *pb);
13(const FcObjectSet *os);
14.fi
15
DESCRIPTION
17Returns whether pa and pb have exactly the same values for all of the
18objects in os.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcPatternEqualSubset(3)