1. NAME▲
FcLangSetHasLang - test langset for language support
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcLangResult FcLangSetHasLang(const FcLangSet *\fIls\fB);
(const FcChar8 *\fIlang\fB);
\fR.fi3. DESCRIPTION▲
FcLangSetHasLang checks whether ls supports lang. If ls has a matching language and territory pair, this function returns FcLangEqual. If ls has a matching language but differs in which territory that language is for, this function returns FcLangDiffentTerritory. If ls has no matching language, this function returns FcLangDifferentLang.
4. VERSION ▲
Fontconfig version 2.8.0