xenocara/dist/fontconfig/doc/FcPatternRemove.3

15 lines
543 B
Groff
Raw Permalink Normal View History

.\" auto-generated by docbook2man-spec from docbook-utils package
2025-01-10 01:40:29 +00:00
.TH "FcPatternRemove" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
.SH NAME
FcPatternRemove \- Remove one object of the specified type from the pattern
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcBool FcPatternRemove (FcPattern *\fIp\fB, const char *\fIobject\fB, int \fIid\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
2025-01-10 01:40:29 +00:00
Removes the value associated with the property `object' at position `id', returning
whether the property existed and had a value at that position or not.