1FcConfigGetFonts(3) FcConfigGetFonts(3)
2
3
4
6 FcConfigGetFonts - Get config font set
7
9 #include <fontconfig/fontconfig.h>
10
11 FcFontSet * FcConfigGetFonts (FcConfig *config, FcSetName set);
12
14 Returns one of the two sets of fonts from the configuration as speci‐
15 fied by set. This font set is owned by the library and must not be mod‐
16 ified or freed. If config is NULL, the current configuration is used.
17
18 This function isn't MT-safe. FcConfigReference must be called before
19 using this and then FcConfigDestroy when the return value is no longer
20 referenced.
21
22
23
24Fontconfig 2.13.94 29 6月 2021 FcConfigGetFonts(3)