19 lines
541 B
Groff
19 lines
541 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcCharSetDelChar" "3" "24 3月 2014" "Fontconfig 2.11.1" ""
|
|
.SH NAME
|
|
FcCharSetDelChar \- Add a character to a charset
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBool FcCharSetDelChar (FcCharSet *\fIfcs\fB, FcChar32 \fIucs4\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcCharSetDelChar\fR deletes a single Unicode char from the set,
|
|
returning FcFalse on failure, either as a result of a constant set or from
|
|
running out of memory.
|
|
.SH "SINCE"
|
|
.PP
|
|
version 2.9.0
|