FcPatternGet.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcPatternGet" "3" "18 November 2009" "" ""
3.SH NAME
4FcPatternGet \- Return a value from a pattern
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcResult FcPatternGet(FcPattern *\fIp\fB);
10(const char *\fIobject\fB);
11(int \fIid\fB);
12(FcValue *\fIv\fB);
13\fR.fi
14.SH "DESCRIPTION"
15.PP
16Returns in \fIv\fR the \fIid\fR\&'th value
17associated with the property \fIobject\fR\&.
18The value returned is not a copy, but rather refers to the data stored
19within the pattern directly. Applications must not free this value.
20.SH "VERSION"
21.PP
22Fontconfig version 2.8.0
23