20 lines
517 B
Groff
20 lines
517 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcCharSetAddChar" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCharSetAddChar \- Add a character to a charset
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcCharSetAddChar(FcCharSet *\fIfcs\fB);
|
|
(FcChar32 \fIucs4\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcCharSetAddChar\fR adds a single unicode char to the set,
|
|
returning FcFalse on failure, either as a result of a constant set or from
|
|
running out of memory.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|