1FcFontSetAdd(3) FcFontSetAdd(3)
23
4
NAME
6FcFontSetAdd - Add to a font set
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcFontSetAdd(FcFontSet *s);
12(FcPattern *font);
13.fi
14
DESCRIPTION
16Adds a pattern to a font set. Note that the pattern is not copied
17before being inserted into the set. Returns FcFalse if the pattern can‐
18not be inserted into the set (due to allocation failure). Otherwise
19returns FcTrue.
20
VERSION
22Fontconfig version 2.8.0
2324
25
26
18 November 2009 FcFontSetAdd(3)