fclangsetcompare(3) opensolaris man page | unix.com

Man Page: fclangsetcompare

Operating Environment: opensolaris

Section: 3

FcLangSetCompare(3)													       FcLangSetCompare(3)

NAME
FcLangSetCompare - compare language sets
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <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 FcLangDiffentTerritory. If they share no languages in common, this function returns FcLangDifferentLang.
VERSION
Fontconfig version 2.5.0
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcLangSetCompare(3)
Related Man Pages
fcatomiccreate(3) - opensolaris
fcconfigenablehome(3) - opensolaris
fcconfiggetrescaninterval(3) - opensolaris
fcdirsave(3) - opensolaris
fclangsethaslang(3) - opensolaris
Similar Topics in the Unix Linux Community
Seed7 2007-12-27 (Default branch)
C language to calculate mean,variance
I am a newb to the C programmming language how do I make it interesting?
How would you analyze the impact of C language on computer technology?
Book on Java?