table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
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 1月 2025 | Fontconfig 2.16.0 |