Imported Upstream version 2.10.91
[platform/upstream/fontconfig.git] / doc / FcLangSetCompare.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcLangSetCompare" "3" "10 1月 2013" "" ""
3 .SH NAME
4 FcLangSetCompare \- compare language sets
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcLangResult FcLangSetCompare (const FcLangSet *\fIls_a\fB, const FcLangSet *\fIls_b\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 \fBFcLangSetCompare\fR compares language coverage for
14 \fIls_a\fR and \fIls_b\fR\&. If they share
15 any language and territory pair, this function returns FcLangEqual. If they
16 share a language but differ in which territory that language is for, this
17 function returns FcLangDifferentTerritory. If they share no languages in
18 common, this function returns FcLangDifferentLang.
19 .SH "VERSION"
20 .PP
21 Fontconfig version 2.10.91