.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcCharSetNextPage" "3" "24 August 2019" "Fontconfig 2.13.1" "" .SH NAME FcCharSetNextPage \- Continue enumerating charset contents .SH SYNOPSIS .sp \fB#include .sp FcChar32 FcCharSetNextPage (const FcCharSet *\fIa\fB, FcChar32[FC_CHARSET_MAP_SIZE] \fImap\fB, FcChar32 *\fInext\fB); \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\&.