1FcObjectSetAdd(3)                                            FcObjectSetAdd(3)
2
3
4

NAME

6       FcObjectSetAdd - Add to an object set
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcBool FcObjectSetAdd(FcObjectSet *os);
12       (const char *object);
13       .fi
14

DESCRIPTION

16       Adds  a  proprety name to the set. Returns FcFalse if the property name
17       cannot be inserted into the set (due to allocation failure).  Otherwise
18       returns FcTrue.
19

VERSION

21       Fontconfig version 2.8.0
22
23
24
25                               18 November 2009              FcObjectSetAdd(3)
Impressum