Introduction to Library Functions FcFontSetAdd(3)
NAME
FcFontSetAdd - Add to a font set
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBool FcFontSetAdd(FcFontSet *s);
(FcPattern *font);DESCRIPTION
Adds a pattern to a font set. Note that the pattern is not copied before being inserted into the set. Returns FcFalseif the pattern cannot be inserted into the set (due to allo-
cation 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