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
16allocated memory which should be freed by the caller using free().
1718
19
20
Fontconfig 2.13.92 09 8月 2019 FcNameUnparse(3)