1FcNameUnparse(3)                                              FcNameUnparse(3)
2
3
4

NAME

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

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcNameUnparse(FcPattern *pat);
12       .fi
13

DESCRIPTION

15       Converts  the  given  pattern  into  the standard text format described
16       above.  The return value is not static, but  instead  refers  to  newly
17       allocated memory which should be freed by the caller using free().
18

VERSION

20       Fontconfig version 2.8.0
21
22
23
24                               18 November 2009               FcNameUnparse(3)
Impressum