1FcLangSetCompare(3) FcLangSetCompare(3)
2
3
4
6 FcLangSetCompare - compare language sets
7
9 #include <fontconfig/fontconfig.h>
10
11 FcLangResult FcLangSetCompare (const FcLangSet *ls_a, const FcLangSet *ls_b);
12
14 FcLangSetCompare compares language coverage for ls_a and ls_b. If they
15 share any language and territory pair, this function returns FcLangE‐
16 qual. If they share a language but differ in which territory that lan‐
17 guage is for, this function returns FcLangDifferentTerritory. If they
18 share no languages in common, this function returns FcLangDifferent‐
19 Lang.
20
21
22
23Fontconfig 2.13.92 09 8月 2019 FcLangSetCompare(3)