1. NAME▲
FcPatternGet - Return a value from a pattern
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcResult FcPatternGet(FcPattern *\fIp\fB);
(const char *\fIobject\fB);
(int \fIid\fB);
(FcValue *\fIv\fB);
\fR.fi3. DESCRIPTION▲
Returns in v the id'th value associated with the property object. The value returned is not a copy, but rather refers to the data stored within the pattern directly. Applications must not free this value.
4. VERSION ▲
Fontconfig version 2.8.0