19 lines
458 B
Groff
19 lines
458 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcPatternDel" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcPatternDel \- Delete a property from a pattern
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcPatternDel(FcPattern *\fIp\fB);
|
|
(const char *\fIobject\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Deletes all values associated with the property `object', returning
|
|
whether the property existed or not.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|