Blame doc/FcConfigAppFontAddDir.3
|
Packit |
352660 |
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
Packit |
352660 |
.TH "FcConfigAppFontAddDir" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
|
|
Packit |
352660 |
.SH NAME
|
|
Packit |
352660 |
FcConfigAppFontAddDir \- Add fonts from directory to font database
|
|
Packit |
352660 |
.SH SYNOPSIS
|
|
Packit |
352660 |
.nf
|
|
Packit |
352660 |
\fB#include <fontconfig/fontconfig.h>
|
|
Packit |
352660 |
.sp
|
|
Packit |
352660 |
FcBool FcConfigAppFontAddDir (FcConfig *\fIconfig\fB, const FcChar8 *\fIdir\fB);
|
|
Packit |
352660 |
.fi\fR
|
|
Packit |
352660 |
.SH "DESCRIPTION"
|
|
Packit |
352660 |
.PP
|
|
Packit |
352660 |
Scans the specified directory for fonts, adding each one found to the
|
|
Packit |
352660 |
application-specific set of fonts. Returns FcFalse
|
|
Packit |
352660 |
if the fonts cannot be added (due to allocation failure).
|
|
Packit |
352660 |
Otherwise returns FcTrue. If \fIconfig\fR is NULL,
|
|
Packit |
352660 |
the current configuration is used.
|