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