mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-13 23:51:38 +00:00
18 lines
419 B
Groff
18 lines
419 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcCharSetHasChar" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcCharSetHasChar \- Check a charset for a char
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcCharSetHasChar(const FcCharSet *\fIfcs\fB);
|
||
|
(FcChar32 \fIucs4\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Returns whether \fIfcs\fR contains the char \fIucs4\fR\&.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|