Introduction to Library Functions FcLangSetCompare(3)
NAME
FcLangSetCompare - compare language sets
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
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 butdiffer in which territory that language is for, this func-
tion returns FcLangDiffentTerritory. If they share nolanguages in common, this function returns FcLangDif-
ferentLang. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1