1FcCharSetNextPage(3)                                      FcCharSetNextPage(3)
2
3
4

NAME

6       FcCharSetNextPage - Continue enumerating charset contents
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcChar32 FcCharSetNextPage (const FcCharSet *a, FcChar32[FC_CHARSET_MAP_SIZE] map, FcChar32 *next);
12

DESCRIPTION

14       Builds  an  array  of bits in map marking the Unicode coverage of a for
15       page containing  *next  (see  the  FcCharSetFirstPage  description  for
16       details).   *next  is  set to contains the base code point for the next
17       page  in  a.  Returns  the  base  of  code  point  for  the  page,   or
18       FC_CHARSET_DONE if a does not contain *next.
19
20
21
22Fontconfig 2.13.92                09 8月 2019             FcCharSetNextPage(3)
Impressum