logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcNameUnparse - Convert a pattern back into a string that can be parsed

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);

See Also