1. NAME▲
FcLangSetCompare - compare language sets
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcLangResult FcLangSetCompare(const FcLangSet *\fIls_a\fB);
(const FcLangSet *\fIls_b\fB);
\fR.fi3. DESCRIPTION▲
FcLangSetCompare compares language coverage for ls_a and ls_b. If they share any language and territory pair, this function returns FcLangEqual. If they share a language but differ in which territory that language is for, this function returns FcLangDiffentTerritory. If they share no languages in common, this function returns FcLangDifferentLang.
4. VERSION ▲
Fontconfig version 2.8.0