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 informa-
       tion list.

       The config file information list	is stored in numerical order for file-
       names 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 referenced.

SINCE
       version 2.12.91

Fontconfig 2.15.0		  22 12	2023	   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+14.3.quarterly>

home | help