1FcFontSetPrint(3) FcFontSetPrint(3)
23
4
NAME
6FcFontSetPrint - Print a set of patterns to stdout
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcFontSetPrint(FcFontSet *set);
12.fi
13
DESCRIPTION
15This function is useful for diagnosing font related issues, printing
16the complete contents of every pattern in set. The format of the output
17is designed to be of help to users and developers, and may change at
18any time.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcFontSetPrint(3)