1FcCharSetAddChar(3) FcCharSetAddChar(3)
23
4
NAME
6FcCharSetAddChar - Add a character to a charset
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcCharSetAddChar (FcCharSet *fcs, FcChar32 ucs4);
12
DESCRIPTION
14FcCharSetAddChar adds a single Unicode char to the set, returning
15FcFalse on failure, either as a result of a constant set or from run‐
16ning out of memory.
1718
19
20
Fontconfig 2.13.92 09 8月 2019 FcCharSetAddChar(3)