1FcLangSetHasLang(3) FcLangSetHasLang(3)
2
3
4
6 FcLangSetHasLang - test langset for language support
7
9 #include <fontconfig.h>
10
11 FcLangResult FcLangSetHasLang(const FcLangSet *ls);
12 (const FcChar8 *lang);
13 .fi
14
16 FcLangSetHasLang checks whether ls supports lang. If ls has a matching
17 language and territory pair, this function returns FcLangEqual. If ls
18 has a matching language but differs in which territory that language is
19 for, this function returns FcLangDiffentTerritory. If ls has no match‐
20 ing language, this function returns FcLangDifferentLang.
21
23 Fontconfig version 2.8.0
24
25
26
27 18 November 2009 FcLangSetHasLang(3)