1FcFontList(3) FcFontList(3)
23
4
NAME
6FcFontList - List fonts
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcFontSet * FcFontList(FcConfig *config);
12(FcPattern *p);
13(FcObjectSet *os);
14.fi
15
DESCRIPTION
17Selects fonts matching p, creates patterns from those fonts containing
18only the objects in os and returns the set of unique such patterns. If
19config is NULL, the default configuration is checked to be up to date,
20and used.
21
VERSION
23Fontconfig version 2.8.0
2425
26
27
18 November 2009 FcFontList(3)