mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
19 lines
486 B
Groff
19 lines
486 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcLangSetEqual" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcLangSetEqual \- test for matching langsets
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcLangSetEqual(const FcLangSet *\fIls_a\fB);
|
||
|
(const FcLangSet *\fIls_b\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Returns FcTrue if and only if \fIls_a\fR supports precisely
|
||
|
the same language and territory combinations as \fIls_b\fR\&.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|