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

FreeBSD Manual Pages

  
 
  

home | help
FcConfigFileInfoIterInit(3)			     FcConfigFileInfoIterInit(3)

NAME
     FcConfigFileInfoIterInit - Initialize the iterator

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     void FcConfigFileInfoIterInit (FcConfig *config, FcConfigFileInfoIter *iter);

DESCRIPTION
     Initialize  'iter'  with  the first iterator in the config file information
     list.

     The config file information list is stored in numerical order for filenames
     i.e. how fontconfig actually read them.

     This function isn't MT-safe. FcConfigReference must be called before  using
     this and then FcConfigDestroy when the relevant values are no longer refer-
     enced.

SINCE
     version 2.12.91

Fontconfig 2.17.1		  02 July 2025	     FcConfigFileInfoIterInit(3)

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

home | help