a96ef21dc9edb8b35204077eeb1f12fd58d1482f
[platform/upstream/fontconfig.git] / doc / FcPatternGet.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcPatternGet" "3" "10 1月 2013" "" ""
3 .SH NAME
4 FcPatternGet \- Return a value from a pattern
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcResult FcPatternGet (FcPattern *\fIp\fB, const char *\fIobject\fB, int \fIid\fB, FcValue *\fIv\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns in \fIv\fR the \fIid\fR\&'th value
14 associated with the property \fIobject\fR\&.
15 The value returned is not a copy, but rather refers to the data stored
16 within the pattern directly. Applications must not free this value.
17 .SH "VERSION"
18 .PP
19 Fontconfig version 2.10.91