1FcPatternIterGetValue(3) FcPatternIterGetValue(3)
2
3
4
6 FcPatternIterGetValue - Returns a value which the iterator point to
7
9 #include <fontconfig/fontconfig.h>
10
11 FcResult FcPatternIterGetValue (const FcPattern *p, FcPatternIter *iter, intid, FcValue *v, FcValueBinding *b);
12
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
20 version 2.13.1
21
22
23
24Fontconfig 2.13.92 09 8月 2019 FcPatternIterGetValue(3)