1. NAME▲
FcFontSetList - List fonts from a set of font sets
2. SYNOPSIS ▲
\fB#include <
fontconfig.h>
FcFontSet *
FcFontSetList
(
FcConfig *
\fIconfig\fB);
(
FcFontSet **
\fIsets\fB);
(
int
\fInsets\fB);
(
FcPattern *
\fIpattern\fB);
(
FcObjectSet *
\fIobject_set\fB);
\fR.fi
3. DESCRIPTION▲
Selects fonts matching pattern from sets, creates patterns from 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.
4. VERSION ▲
Fontconfig version 2.8.0