1. NAME

FcObjectSetAdd - Add to an object set

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcBool FcObjectSetAdd(FcObjectSet *\fIos\fB);
 (const char *\fIobject\fB);
 \fR.fi

3. 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