fcnameunparse(3) opensolaris man page | unix.com

Man Page: fcnameunparse

Operating Environment: opensolaris

Section: 3

FcNameUnparse(3)														  FcNameUnparse(3)

NAME
FcNameUnparse - Convert a pattern back into a string that can be parsed
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #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.5.0
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcNameUnparse(3)
Related Man Pages
fcatomiccreate(3) - opensolaris
fcfontrenderprepare(3) - opensolaris
fcfontsetmatch(3) - opensolaris
fcpatternadd(3) - opensolaris
fcpatternbuild(3) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
What does this mean?
Study UNIX Kernel
Change directory for core file
What's legal and what's not?