1FcCharSetNextPage(3) FcCharSetNextPage(3)
23
4
NAME
6FcCharSetNextPage - Continue enumerating charset contents
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar32 FcCharSetNextPage (const FcCharSet *a, FcChar32[FC_CHARSET_MAP_SIZE] map, FcChar32 *next);
12
DESCRIPTION
14Builds an array of bits marking the Unicode coverage of a for page
15*next. Returns the base of the array. next contains the next page in
16the font.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcCharSetNextPage(3)