1FcValuePrint(3) FcValuePrint(3)
23
4
NAME
6FcValuePrint - Print a value to stdout
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcValuePrint(FcValue v);
12.fi
13
DESCRIPTION
15Prints a human-readable representation of v to stdout. The format
16should not be considered part of the library specification as it may
17change in the future.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcValuePrint(3)