from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcCharSetNextPage
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcCharSetNextPage - Continue enumerating charset contents
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcChar32 FcCharSetNextPage (const FcCharSet *a, FcChar32[FC_CHARSET_MAP_SIZE] map, FcChar32 *next);
DESCRIPTION
Builds an array of bits in map marking the
Unicode coverage of a for page containing
*next (see the
FcCharSetFirstPage description for details).
*next is set to contains the base code point
for the next page in a. Returns the base of
code point for the page, or FC_CHARSET_DONE if
a does not contain
*next.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|