1FcCharSetEqual(3) FcCharSetEqual(3)
23
4
NAME
6FcCharSetEqual - Compare two charsets
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcCharSetEqual (const FcCharSet *a, const FcCharSet *b);
12
DESCRIPTION
14Returns whether a and b contain the same set of Unicode chars.
1516
17
18
Fontconfig 2.13.0 06 3月 2018 FcCharSetEqual(3)