table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcPatternPrint(3) | FcPatternPrint(3) |
NAME¶
FcPatternPrint - Print a pattern for debugging
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
void FcPatternPrint (const FcPattern *p);
DESCRIPTION¶
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.
18 September 2025 | Fontconfig 2.17.1 |