mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-18 18:12:22 +00:00
19 lines
427 B
Groff
19 lines
427 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcCharSetEqual" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcCharSetEqual \- Compare two charsets
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcCharSetEqual(const FcCharSet *\fIa\fB);
|
||
|
(const FcCharSet *\fIb\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Returns whether \fIa\fR and \fIb\fR
|
||
|
contain the same set of unicode chars.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|