FcLangSetHasLang

Langue: en

Version: 08 May 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

FcLangSetHasLang - test langset for language support

SYNOPSIS

 #include <fontconfig.h>
 
 FcLangResult FcLangSetHasLang(const FcLangSet *ls);
 (const FcChar8 *lang);
 .fi
 
 

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.99.behdad.20090508