1FcLangSetCompare(3) FcLangSetCompare(3)
2
3
4
6 FcLangSetCompare - compare language sets
7
9 #include <fontconfig.h>
10
11 FcLangResult FcLangSetCompare(const FcLangSet *ls_a);
12 (const FcLangSet *ls_b);
13 .fi
14
16 FcLangSetCompare compares language coverage for ls_a and ls_b. If they
17 share any language and territory pair, this function returns FcLangE‐
18 qual. If they share a language but differ in which territory that lan‐
19 guage is for, this function returns FcLangDiffentTerritory. If they
20 share no languages in common, this function returns FcLangDifferent‐
21 Lang.
22
24 Fontconfig version 2.8.0
25
26
27
28 18 November 2009 FcLangSetCompare(3)