Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

FcNameUnparse(3)


FcNameUnparse

FcNameUnparse

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

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

SYNOPSIS

#include <fontconfig.h>

FcChar8 * FcNameUnparse (FcPattern *pat);

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.

VERSION

Fontconfig version 2.4.1



FcNameUnparse(3)