1FcCharSetDelChar(3) FcCharSetDelChar(3)
23
4
NAME
6FcCharSetDelChar - Add a character to a charset
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcCharSetDelChar (FcCharSet *fcs, FcChar32 ucs4);
12
DESCRIPTION
14FcCharSetDelChar deletes a single Unicode char from the set, returning
15FcFalse on failure, either as a result of a constant set or from run‐
16ning out of memory.
17
SINCE
19version 2.9.0
2021
22
23
Fontconfig 2.14.2 27 1月 2023 FcCharSetDelChar(3)