FcNameUnparse - Convert a pattern back into a string that can be parsed
Contents
Description
Converts the given pattern into the standard text format described above. The return value is not
static, but instead refers to newly allocated memory which should be freed by the caller using free().
Fontconfig 2.15.0 04 July 2025 FcNameUnparse(3)
Name
FcNameUnparse - Convert a pattern back into a string that can be parsed
Synopsis
#include<fontconfig/fontconfig.h>FcChar8*FcNameUnparse(FcPattern*pat);
