1FcPatternEqualSubset(3)                                FcPatternEqualSubset(3)
2
3
4

NAME

6       FcPatternEqualSubset - Compare portions of patterns
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcBool FcPatternEqualSubset(const FcPattern *pa);
12       (const FcPattern *pb);
13       (const FcObjectSet *os);
14       .fi
15

DESCRIPTION

17       Returns  whether  pa and pb have exactly the same values for all of the
18       objects in os.
19

VERSION

21       Fontconfig version 2.8.0
22
23
24
25                               18 November 2009        FcPatternEqualSubset(3)
Impressum