48e08e592abde1d31a1fcb208d792d646896c514
[platform/upstream/fontconfig.git] / doc / FcCharSetNextPage.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcCharSetNextPage" "3" "09 3月 2015" "Fontconfig 2.11.93" ""
3 .SH NAME
4 FcCharSetNextPage \- Continue enumerating charset contents
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcChar32 FcCharSetNextPage (const FcCharSet *\fIa\fB, FcChar32[FC_CHARSET_MAP_SIZE] \fImap\fB, FcChar32 *\fInext\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Builds an array of bits in \fImap\fR marking the
14 Unicode coverage of \fIa\fR for page containing
15 \fI*next\fR (see the
16 \fBFcCharSetFirstPage\fR description for details).
17 \fI*next\fR is set to contains the base code point
18 for the next page in \fIa\fR\&. Returns the base of
19 code point for the page, or FC_CHARSET_DONE if
20 \fIa\fR does not contain
21 \fI*next\fR\&.