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
FcLangSetCompare
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcLangSetCompare - compare language sets
SYNOPSIS
#include <fontconfig/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.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|