1FcObjectSetAdd(3) FcObjectSetAdd(3)
23
4
NAME
6FcObjectSetAdd - Add to an object set
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcObjectSetAdd (FcObjectSet *os, const char *object);
12
DESCRIPTION
14Adds a property name to the set. Returns FcFalse if the property name
15cannot be inserted into the set (due to allocation failure). Otherwise
16returns FcTrue.
1718
19
20
Fontconfig 2.13.92 09 8月 2019 FcObjectSetAdd(3)