1FcFontSetAdd(3) FcFontSetAdd(3)
23
4
NAME
6FcFontSetAdd - Add to a font set
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcFontSetAdd (FcFontSet *s, FcPattern *font);
12
DESCRIPTION
14Adds a pattern to a font set. Note that the pattern is not copied be‐
15fore being inserted into the set. Returns FcFalse if the pattern cannot
16be inserted into the set (due to allocation failure). Otherwise returns
17FcTrue.
1819
20
21
Fontconfig 2.13.93 28 11月 2020 FcFontSetAdd(3)