FcLangSetCompare.3 revision ca08ab68
auto-generated by docbook2man-spec from docbook-utils package
"FcLangSetCompare" "3" "26 11月 2012" "" ""
NAME
FcLangSetCompare - compare language sets
SYNOPSIS
#include <fontconfig.h>
FcLangResult FcLangSetCompare (const FcLangSet *ls_a, const FcLangSet *ls_b);
"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 FcLangDifferentTerritory. If they share no languages in common, this function returns FcLangDifferentLang.

"VERSION"

Fontconfig version 2.10.2