Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3/FcPatternGet.3
Real path: /usr/share/man/man3/FcPatternGet.3
Zurück
'\" te .\" auto-generated by docbook2man-spec from docbook-utils package .TH "FcPatternGet" 3 "31 3月 2022" "Fontconfig 2.14.0" "" .SH NAME FcPatternGet \- Return a value from a pattern .SH SYNOPSIS .nf \fB#include <fontconfig/fontconfig.h> .sp FcResult FcPatternGet (FcPattern *\fIp\fB, const char *\fIobject\fB, int \fIid\fB, FcValue *\fIv\fB); .fi\fR .SH "DESCRIPTION" .PP Returns in \fIv\fR the \fIid\fR\&'th value associated with the property \fIobject\fR\&. The value returned is not a copy, but rather refers to the data stored within the pattern directly. Applications must not free this value. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability system/library/fontconfig = Stability Volatile .TE .PP .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://fontconfig.org/release/fontconfig-2.14.0.tar.xz. Further information about this software can be found on the open source community website at https://fontconfig.org/.