Blob Blame History Raw
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcCharSetAddChar" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
.SH NAME
FcCharSetAddChar \- Add a character to a charset
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcBool FcCharSetAddChar (FcCharSet *\fIfcs\fB, FcChar32 \fIucs4\fB);
.fi\fR
.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.