1FcFontList(3) FcFontList(3)
23
4
NAME
6FcFontList - List fonts
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcFontSet * FcFontList (FcConfig *config, FcPattern *p, FcObjectSet *os);
12
DESCRIPTION
14Selects fonts matching p, creates patterns from those fonts containing
15only the objects in os and returns the set of unique such patterns. If
16config is NULL, the default configuration is checked to be up to date,
17and used.
1819
20
21
Fontconfig 2.13.1 30 8月 2018 FcFontList(3)