1FcFontList(3) FcFontList(3)
23
4
NAME
6FcFontList - List fonts
7
SYNOPSIS
9#include <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.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcFontList(3)