1FcLangSetEqual(3) FcLangSetEqual(3)
23
4
NAME
6FcLangSetEqual - test for matching langsets
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcLangSetEqual(const FcLangSet *ls_a);
12(const FcLangSet *ls_b);
13.fi
14
DESCRIPTION
16Returns FcTrue if and only if ls_a supports precisely the same language
17and territory combinations as ls_b.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcLangSetEqual(3)