1FcLangSetHasLang(3)                                        FcLangSetHasLang(3)
2
3
4

NAME

6       FcLangSetHasLang - test langset for language support
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcLangResult FcLangSetHasLang (const FcLangSet *ls, const FcChar8 *lang);
12

DESCRIPTION

14       FcLangSetHasLang  checks whether ls supports lang. If ls has a matching
15       language and territory pair, this function returns FcLangEqual.  If  ls
16       has a matching language but differs in which territory that language is
17       for, this function  returns  FcLangDifferentTerritory.  If  ls  has  no
18       matching language, this function returns FcLangDifferentLang.
19
20
21
22Fontconfig 2.13.1                 30 8月 2018              FcLangSetHasLang(3)
Impressum