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