1FcFontSetAdd(3)                                                FcFontSetAdd(3)
2
3
4

NAME

6       FcFontSetAdd - Add to a font set
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcBool FcFontSetAdd(FcFontSet *s);
12       (FcPattern *font);
13       .fi
14

DESCRIPTION

16       Adds  a  pattern  to  a  font  set. Note that the pattern is not copied
17       before being inserted into the set. Returns FcFalse if the pattern can‐
18       not  be  inserted  into  the set (due to allocation failure). Otherwise
19       returns FcTrue.
20

VERSION

22       Fontconfig version 2.8.0
23
24
25
26                               18 November 2009                FcFontSetAdd(3)
Impressum