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
15before being inserted into the set. Returns FcFalse if the pattern can‐
16not be inserted into the set (due to allocation failure). Otherwise
17returns FcTrue.
1819
20
21
Fontconfig 2.13.1 30 8月 2018 FcFontSetAdd(3)