20 lines
554 B
Groff
20 lines
554 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcFontSetAdd" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcFontSetAdd \- Add to a font set
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcFontSetAdd(FcFontSet *\fIs\fB);
|
|
(FcPattern *\fIfont\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Adds a pattern to a font set. Note that the pattern is not copied before
|
|
being inserted into the set. Returns FcFalse if the pattern cannot be
|
|
inserted into the set (due to allocation failure). Otherwise returns FcTrue.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|