blob: f34ee84047b57c028940bcc302bb2b8be0de4b99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcCharSetNextPage" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
.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\&.
|