Content-type: text/html Man page of FcLangSetCompare

FcLangSetCompare

Section: (3)
Updated: 13 November 2007
Index Return to Main Contents

 

NAME

FcLangSetCompare - compare language sets  

SYNOPSIS

#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


 

Index

NAME
SYNOPSIS
DESCRIPTION
VERSION

This document was created by man2html, using the manual pages.
Time: 02:39:06 GMT, October 02, 2010