19 lines
563 B
Groff
19 lines
563 B
Groff
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
||
|
.TH "FcPatternIterStart" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
|
||
|
.SH NAME
|
||
|
FcPatternIterStart \- Initialize the iterator with the first iterator in the pattern
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig/fontconfig.h>
|
||
|
.sp
|
||
|
void FcPatternIterStart (const FcPattern *\fIp\fB, FcPatternIter *\fIiter\fB);
|
||
|
.fi\fR
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Initialize \fIiter\fR with the first iterator in \fIp\fR\&.
|
||
|
If there are no objects in \fIp\fR, \fIiter\fR
|
||
|
will not have any valid data.
|
||
|
.SH "SINCE"
|
||
|
.PP
|
||
|
version 2.13.1
|