from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigFileInfoIterInit
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
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 M-safe. FcConfigReference must be called
before using this and then FcConfigDestroy when the relevant
values are no longer referenced.
SINCE
version 2.12.91
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|