Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcCharSetNextPage(3)					    FcCharSetNextPage(3)

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. Re-
     turns the base of code point for the page, or FC_CHARSET_DONE if a does not
     contain *next.

Fontconfig 2.17.1		  02 July 2025		    FcCharSetNextPage(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcCharSetNextPage&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help