1FcPatternEqualSubset(3) FcPatternEqualSubset(3)
23
4
NAME
6FcPatternEqualSubset - Compare portions of patterns
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcPatternEqualSubset (const FcPattern *pa, const FcPattern *pb, const FcObjectSet *os);
12
DESCRIPTION
14Returns whether pa and pb have exactly the same values for all of the
15objects in os.
1617
18
19
Fontconfig 2.13.1 30 8月 2018 FcPatternEqualSubset(3)