mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-05 08:02:05 +00:00
17 lines
417 B
Groff
17 lines
417 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcCharSetIsSubset" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCharSetIsSubset \- Test for charset inclusion
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcCharSetIsSubset(const FcCharSet *\fIa\fB);
|
|
(const FcCharSet *\fIb\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns whether \fIa\fR is a subset of \fIb\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|