1FcConfigFileInfoIterInit(3) FcConfigFileInfoIterInit(3)
2
3
4
6 FcConfigFileInfoIterInit - Initialize the iterator
7
9 #include <fontconfig/fontconfig.h>
10
11 void FcConfigFileInfoIterInit (FcConfig *config, FcConfigFileInfoIter *iter);
12
14 Initialize 'iter' with the first iterator in the config file informa‐
15 tion list.
16
17 The config file information list is stored in numerical order for file‐
18 names i.e. how fontconfig actually read them.
19
20 This function isn't MT-safe. FcConfigReference must be called before
21 using this and then FcConfigDestroy when the relevant values are no
22 longer referenced.
23
25 version 2.12.91
26
27
28
29Fontconfig 2.14.2 27 1月 2023 FcConfigFileInfoIterInit(3)