mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
18 lines
428 B
Groff
18 lines
428 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcCharSetUnion" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcCharSetUnion \- Add charsets
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcCharSet * FcCharSetUnion(const FcCharSet *\fIa\fB);
|
||
|
(const FcCharSet *\fIb\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Returns a set including only those chars found in either \fIa\fR or \fIb\fR\&.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|