FcLangSetCompare.3 revision 2c393a42
This manpage has been automatically generated by docbook2man
from a DocBook document. This tool can be found at:
<http://shell.ipoline.com/~elmert/comp/docbook2X/>
Please send any bug reports, improvements, comments, patches,
etc. to Steve Cheng <steve@ggi-project.org>.
"FcLangSetCompare" "3" "31 May 2008" "" ""
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 FcLangDiffentTerritory. If they share no languages in common, this function returns FcLangDifferentLang.

"VERSION"

Fontconfig version 2.6.0