1FcCharSetNextPage(3) FcCharSetNextPage(3)
23
4
NAME
6FcCharSetNextPage - Continue enumerating charset contents
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar32 FcCharSetNextPage(const FcCharSet *a);
12(FcChar32[FC_CHARSET_MAP_SIZE] map);
13(FcChar32 *next);
14.fi
15
DESCRIPTION
17Builds an array of bits marking the Unicode coverage of a for page
18*next. Returns the base of the array. next contains the next page in
19the font.
20
VERSION
22Fontconfig version 2.8.0
2324
25
26
18 November 2009 FcCharSetNextPage(3)