1FcFontSetList(3) FcFontSetList(3)
2
3
4
6 FcFontSetList - List fonts from a set of font sets
7
9 #include <fontconfig/fontconfig.h>
10
11 FcFontSet * FcFontSetList (FcConfig *config, FcFontSet **sets, intnsets, FcPattern *pattern, FcObjectSet *object_set);
12
14 Selects fonts matching pattern from sets, creates patterns from those
15 fonts containing only the objects in object_set and returns the set of
16 unique such patterns. If config is NULL, the default configuration is
17 checked to be up to date, and used.
18
19
20
21Fontconfig 2.13.92 09 8月 2019 FcFontSetList(3)