1. NAME▲
FcConfigAppFontAddFile - Add font file to font database
2. SYNOPSIS ▲
\fB#include <
fontconfig.h>
FcBool FcConfigAppFontAddFile
(
FcConfig *
\fIconfig\fB);
(
const
FcChar8 *
\fIfile\fB);
\fR.fi
3. DESCRIPTION▲
Adds an application-specific font to the configuration. Returns FcFalse if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue. If config is NULL, the current configuration is used.
4. VERSION ▲
Fontconfig version 2.8.0