Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / doc / FcLangSetEqual.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcLangSetEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
3 .SH NAME
4 FcLangSetEqual \- test for matching langsets
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcLangSetEqual (const FcLangSet *\fIls_a\fB, const FcLangSet *\fIls_b\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns FcTrue if and only if \fIls_a\fR supports precisely
14 the same language and territory combinations as \fIls_b\fR\&.