1. NAME▲
FcObjectSetAdd - Add to an object set
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcBool FcObjectSetAdd(FcObjectSet *\fIos\fB);
(const char *\fIobject\fB);
\fR.fi3. DESCRIPTION▲
Adds a proprety name to the set. Returns FcFalse if the property name cannot be inserted into the set (due to allocation failure). Otherwise returns FcTrue.
4. VERSION ▲
Fontconfig version 2.8.0