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