1FcFontSetList(3) FcFontSetList(3)
2
3
4
6 FcFontSetList - List fonts from a set of font sets
7
9 #include <fontconfig.h>
10
11 FcFontSet * FcFontSetList(FcConfig *config);
12 (FcFontSet **sets);
13 (intnsets);
14 (FcPattern *pattern);
15 (FcObjectSet *object_set);
16 .fi
17
19 Selects fonts matching pattern from sets, creates patterns from those
20 fonts containing only the objects in object_set and returns the set of
21 unique such patterns. If config is NULL, the default configuration is
22 checked to be up to date, and used.
23
25 Fontconfig version 2.8.0
26
27
28
29 18 November 2009 FcFontSetList(3)