from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcLangSetHasLang
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcLangSetHasLang - test langset for language support
SYNOPSIS
#include <fontconfig/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 FcLangDifferentTerritory. If ls
has no matching language, this function returns FcLangDifferentLang.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|