1FcPatternGetWithBinding(3) FcPatternGetWithBinding(3)
2
3
4
6 FcPatternGetWithBinding - Return a value with binding from a pattern
7
9 #include <fontconfig/fontconfig.h>
10
11 FcResult FcPatternGetWithBinding (FcPattern *p, const char *object, int id, FcValue *v, FcValueBinding *b);
12
14 Returns in v the id'th value and b binding for that associated with the
15 property object. The Value returned is not a copy, but rather refers
16 to the data stored within the pattern directly. Applications must not
17 free this value.
18
20 version 2.12.5
21
22
23
24Fontconfig 2.13.1 30 8月 2018 FcPatternGetWithBinding(3)