FcLangSetHasLang.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>.
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>.
"FcLangSetHasLang" "3" "31 May 2008" "" ""
NAME
FcLangSetHasLang - test langset for language support
SYNOPSIS
#include <fontconfig.h>
FcLangResult FcLangSetHasLang (const FcLangSet *ls, const FcChar8 *lang);
"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.
"VERSION"
Fontconfig version 2.6.0