Blame doc/FcNameUnparse.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcNameUnparse" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcNameUnparse \- Convert a pattern back into a string that can be parsed
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcChar8 * FcNameUnparse (FcPattern *\fIpat\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Converts the given pattern into the standard text format described above.
Packit 352660
The return value is not static, but instead refers to newly allocated memory
Packit 352660
which should be freed by the caller using free().