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);
12(FcChar32 ucs4);
13.fi
14
DESCRIPTION
16FcCharSetAddChar adds a single unicode char to the set, returning
17FcFalse on failure, either as a result of a constant set or from run‐
18ning out of memory.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcCharSetAddChar(3)