FcFontMatch
Section: (3)Updated: 16 April 2007
Index Return to Main Contents
NAME
FcFontMatch - Return best fontSYNOPSIS
#include <fontconfig.h>
FcPattern * FcFontMatch (FcConfig *config, FcPattern *p, FcResult *result);
DESCRIPTION
Returns the font in config most close matching p. This function should be called only after FcConfigSubstitute and FcDefaultSubstitute have been called for p; otherwise the results will not be correct.
VERSION
Fontconfig version 2.4.2


