FcConfigFileInfoIterInit

Section: (3)
Updated: 28 11月 2020
Page Index
 

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.

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
SINCE