1FcNameConstant(3) FcNameConstant(3)
23
4
NAME
6FcNameConstant - Get the value for a symbolic constant
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcNameConstant(FcChar8 *string);
12(int *result);
13.fi
14
DESCRIPTION
16Returns whether a symbolic constant with name string is registered,
17placing the value of the constant in result if present.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcNameConstant(3)