2023-08-28 05:57:34 +00:00
|
|
|
.\" 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" ""
|
2023-08-28 05:57:34 +00:00
|
|
|
.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
|
2023-08-28 05:57:34 +00:00
|
|
|
whether the property existed and had a value at that position or not.
|