blob: f0f0b7f3b235dbead3caec0e6c6e63259e79cfde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcCharSetAddChar" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
.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.
|