1FcFontMatch(3) FcFontMatch(3)
23
4
NAME
6FcFontMatch - Return best font
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcPattern * FcFontMatch (FcConfig *config, FcPattern *p, FcResult *result);
12
DESCRIPTION
14Returns the font in config most close matching p. This function should
15be called only after FcConfigSubstitute and FcDefaultSubstitute have
16been called for p; otherwise the results will not be correct.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcFontMatch(3)