5fe9442b1923aa96548f9d034904c23e2c64c06c
[platform/upstream/fontconfig.git] / doc / FcPatternRemove.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcPatternRemove" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcPatternRemove \- Remove one object of the specified type from the pattern
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcPatternRemove (FcPattern *\fIp\fB, const char *\fIobject\fB, int \fIid\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Removes the value associated with the property `object' at position `id', returning 
14 whether the property existed and had a value at that position or not.