1FcLangSetCompare(3)                                        FcLangSetCompare(3)
2
3
4

NAME

6       FcLangSetCompare - compare language sets
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcLangResult FcLangSetCompare (const FcLangSet *ls_a, const FcLangSet *ls_b);
12

DESCRIPTION

14       FcLangSetCompare  compares language coverage for ls_a and ls_b. If they
15       share any language and territory pair, this function  returns  FcLangE‐
16       qual.  If they share a language but differ in which territory that lan‐
17       guage is for, this function returns FcLangDifferentTerritory.  If  they
18       share  no  languages  in common, this function returns FcLangDifferent‐
19       Lang.
20
21
22
23Fontconfig 2.14.1                21 10月 2022              FcLangSetCompare(3)
Impressum