1FcLangSetEqual(3) FcLangSetEqual(3)
23
4
NAME
6FcLangSetEqual - test for matching langsets
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcLangSetEqual (const FcLangSet *ls_a, const FcLangSet *ls_b);
12
DESCRIPTION
14Returns FcTrue if and only if ls_a supports precisely the same language
15and territory combinations as ls_b.
1617
18
19
Fontconfig 2.13.0 06 3月 2018 FcLangSetEqual(3)