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
FcLangSetContains
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcLangSetContains - check langset subset relation
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcLangSetContains (const FcLangSet *ls_a, const FcLangSet *ls_b);
DESCRIPTION
FcLangSetContains returns FcTrue if
ls_a contains every language in
ls_b. ls_a will 'contain' a
language from ls_b if ls_a
has exactly the language, or either the language or
ls_a has no territory.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|