1FcCharSetNextPage(3) FcCharSetNextPage(3)
2
3
4
6 FcCharSetNextPage - Continue enumerating charset contents
7
9 #include <fontconfig/fontconfig.h>
10
11 FcChar32 FcCharSetNextPage (const FcCharSet *a, FcChar32[FC_CHARSET_MAP_SIZE] map, FcChar32 *next);
12
14 Builds an array of bits in map marking the Unicode coverage of a for
15 page containing *next (see the FcCharSetFirstPage description for de‐
16 tails). *next is set to contains the base code point for the next page
17 in a. Returns the base of code point for the page, or FC_CHARSET_DONE
18 if a does not contain *next.
19
20
21
22Fontconfig 2.13.93 28 11月 2020 FcCharSetNextPage(3)