1FcCharSetAddChar(3) FcCharSetAddChar(3)
23
4
NAME
6FcCharSetAddChar - Add a character to a charset
7
SYNOPSIS
9#include <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.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcCharSetAddChar(3)