FcConfigAppFontAddFile.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcConfigAppFontAddFile" "3" "18 November 2009" "" "" 3.SH NAME 4FcConfigAppFontAddFile \- Add font file to font database 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcBool FcConfigAppFontAddFile(FcConfig *\fIconfig\fB); 10(const FcChar8 *\fIfile\fB); 11\fR.fi 12.SH "DESCRIPTION" 13.PP 14Adds an application-specific font to the configuration. Returns FcFalse 15if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue. 16If \fIconfig\fR is NULL, the current configuration is used. 17.SH "VERSION" 18.PP 19Fontconfig version 2.8.0 20