Introduction to Library Functions FcObjectSetAdd(3)
NAME
FcObjectSetAdd - Add to an object set
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBool FcObjectSetAdd(FcObjectSet *os);
(const char *object);DESCRIPTION
Adds a proprety name to the set. Returns FcFalse if the pro-
perty name cannot be inserted into the set (due to alloca-
tion failure). Otherwise returns FcTrue. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1