FcFontSetAdd.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcFontSetAdd" "3" "18 November 2009" "" ""
3.SH NAME
4FcFontSetAdd \- Add to a font set
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcFontSetAdd(FcFontSet *\fIs\fB);
10(FcPattern *\fIfont\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14Adds a pattern to a font set. Note that the pattern is not copied before
15being inserted into the set. Returns FcFalse if the pattern cannot be
16inserted into the set (due to allocation failure). Otherwise returns FcTrue.
17.SH "VERSION"
18.PP
19Fontconfig version 2.8.0
20