19 lines
489 B
Groff
19 lines
489 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcPatternPrint" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcPatternPrint \- Print a pattern for debugging
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
void FcPatternPrint(const FcPattern *\fIp\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Prints an easily readable version of the pattern to stdout. There is
|
|
no provision for reparsing data in this format, it's just for diagnostics
|
|
and debugging.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|