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, int *result);
12
DESCRIPTION
14Returns whether a symbolic constant with name string is registered,
15placing the value of the constant in result if present.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcNameConstant(3)