facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
22 lines
765 B
Plaintext
22 lines
765 B
Plaintext
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcCharSetNextPage" "3" "18 1月 2025" "Fontconfig 2.16.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\&.
|