Blame doc/FcConfigAppFontAddFile.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigAppFontAddFile" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigAppFontAddFile \- Add font file to font database
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcConfigAppFontAddFile (FcConfig *\fIconfig\fB, const FcChar8 *\fIfile\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Adds an application-specific font to the configuration. Returns FcFalse
Packit 352660
if the fonts cannot be added (due to allocation failure or no fonts found).
Packit 352660
Otherwise returns FcTrue. If \fIconfig\fR is NULL,
Packit 352660
the current configuration is used.