FcCharSetAddChar.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcCharSetAddChar" "3" "18 November 2009" "" ""
3.SH NAME
4FcCharSetAddChar \- Add a character to a charset
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcCharSetAddChar(FcCharSet *\fIfcs\fB);
10(FcChar32 \fIucs4\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14\fBFcCharSetAddChar\fR adds a single unicode char to the set,
15returning FcFalse on failure, either as a result of a constant set or from
16running out of memory.
17.SH "VERSION"
18.PP
19Fontconfig version 2.8.0
20