Blame doc/FcCharSetNextPage.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcCharSetNextPage" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcCharSetNextPage \- Continue enumerating charset contents
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcChar32 FcCharSetNextPage (const FcCharSet *\fIa\fB, FcChar32[FC_CHARSET_MAP_SIZE] \fImap\fB, FcChar32 *\fInext\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Builds an array of bits in \fImap\fR marking the
Packit 352660
Unicode coverage of \fIa\fR for page containing
Packit 352660
\fI*next\fR (see the
Packit 352660
\fBFcCharSetFirstPage\fR description for details).
Packit 352660
\fI*next\fR is set to contains the base code point
Packit 352660
for the next page in \fIa\fR\&. Returns the base of
Packit 352660
code point for the page, or FC_CHARSET_DONE if
Packit 352660
\fIa\fR does not contain
Packit 352660
\fI*next\fR\&.