1FcObjectSetAdd(3) FcObjectSetAdd(3)
23
4
NAME
6FcObjectSetAdd - Add to an object set
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcObjectSetAdd(FcObjectSet *os);
12(const char *object);
13.fi
14
DESCRIPTION
16Adds a proprety name to the set. Returns FcFalse if the property name
17cannot be inserted into the set (due to allocation failure). Otherwise
18returns FcTrue.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcObjectSetAdd(3)