Introduction to Library Functions FcFontSetList(3)
NAME
FcFontSetList - List fonts from a set of font sets
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcFontSet * FcFontSetList(FcConfig *config);
(FcFontSet **sets); (intnsets); (FcPattern *pattern);(FcObjectSet *object_set);
DESCRIPTION
Selects fonts matching pattern from sets, creates patternsfrom those fonts containing only the objects in object_set
and returns the set of unique such patterns. If config is NULL, the default configuration is checked to be up to date, and used. 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