FcNameUnparse.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcNameUnparse" "3" "18 November 2009" "" "" 3.SH NAME 4FcNameUnparse \- Convert a pattern back into a string that can be parsed 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcChar8 * FcNameUnparse(FcPattern *\fIpat\fB); 10\fR.fi 11.SH "DESCRIPTION" 12.PP 13Converts the given pattern into the standard text format described above. 14The return value is not static, but instead refers to newly allocated memory 15which should be freed by the caller using free(). 16.SH "VERSION" 17.PP 18Fontconfig version 2.8.0 19