Query: fclangsetcompare
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcLangSetCompare(3) FcLangSetCompare(3)NAMEFcLangSetCompare - compare language setsSYNOPSIS#include <fontconfig.h> FcLangResult FcLangSetCompare(const FcLangSet *ls_a); (const FcLangSet *ls_b); .fiDESCRIPTIONFcLangSetCompare 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.VERSIONFontconfig version 2.8.0 18 November 2009 FcLangSetCompare(3)