summaryrefslogtreecommitdiff
path: root/doc/FcConfigAppFontAddFile.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FcConfigAppFontAddFile.3')
-rw-r--r--doc/FcConfigAppFontAddFile.323
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/FcConfigAppFontAddFile.3 b/doc/FcConfigAppFontAddFile.3
new file mode 100644
index 0000000..6ac49cc
--- /dev/null
+++ b/doc/FcConfigAppFontAddFile.3
@@ -0,0 +1,23 @@
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
+.\" Please send any bug reports, improvements, comments, patches,
+.\" etc. to Steve Cheng <steve@ggi-project.org>.
+.TH "FcConfigAppFontAddFile" "3" "11 3月 2012" "" ""
+
+.SH NAME
+FcConfigAppFontAddFile \- Add font file to font database
+.SH SYNOPSIS
+.sp
+\fB#include <fontconfig.h>
+.sp
+FcBool FcConfigAppFontAddFile (FcConfig *\fIconfig\fB, const FcChar8 *\fIfile\fB);
+\fR
+.SH "DESCRIPTION"
+.PP
+Adds an application-specific font to the configuration. Returns FcFalse
+if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue.
+If \fIconfig\fR is NULL, the current configuration is used.
+.SH "VERSION"
+.PP
+Fontconfig version 2.9.0