Imported Upstream version 2.11.93
[platform/upstream/fontconfig.git] / doc / FcPatternRemove.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcPatternRemove" "3" "09 3月 2015" "Fontconfig 2.11.93" ""
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.