mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
19 lines
489 B
Groff
19 lines
489 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.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
|