1FcNameUnparse(3) FcNameUnparse(3)
23
4
NAME
6FcNameUnparse - Convert a pattern back into a string that can be parsed
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcChar8 * FcNameUnparse (FcPattern *pat);
12
DESCRIPTION
14Converts the given pattern into the standard text format described
15above. The return value is not static, but instead refers to newly al‐
16located memory which should be freed by the caller using free().
1718
19
20
Fontconfig 2.13.93 28 11月 2020 FcNameUnparse(3)