2023-08-28 05:57:34 +00:00
|
|
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
2025-01-10 01:40:29 +00:00
|
|
|
.TH "FcPatternPrint" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
|
2023-08-28 05:57:34 +00:00
|
|
|
.SH NAME
|
|
|
|
FcPatternPrint \- Print a pattern for debugging
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.nf
|
|
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
|
|
.sp
|
|
|
|
void FcPatternPrint (const FcPattern *\fIp\fB);
|
|
|
|
.fi\fR
|
|
|
|
.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.
|