1FcConfigGetFonts(3) FcConfigGetFonts(3)
23
4
NAME
6FcConfigGetFonts - Get config font set
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcFontSet * FcConfigGetFonts (FcConfig *config, FcSetName set);
12
DESCRIPTION
14Returns one of the two sets of fonts from the configuration as speci‐
15fied by set. This font set is owned by the library and must not be mod‐
16ified or freed. If config is NULL, the current configuration is used.
1718
19
20
Fontconfig 2.13.0 06 3月 2018 FcConfigGetFonts(3)