1FcPatternIterGetValue(3)                              FcPatternIterGetValue(3)
2
3
4

NAME

6       FcPatternIterGetValue - Returns a value which the iterator point to
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcResult FcPatternIterGetValue (const FcPattern *p, FcPatternIter *iter, intid, FcValue *v, FcValueBinding *b);
12

DESCRIPTION

14       Returns  in v the id'th value which iter point to. also binding to b if
15       given.  The value returned is not a copy, but rather refers to the data
16       stored  within  the  pattern  directly. Applications must not free this
17       value.
18

SINCE

20       version 2.13.1
21
22
23
24Fontconfig 2.13.1                 30 8月 2018         FcPatternIterGetValue(3)
Impressum