19 lines
495 B
Groff
19 lines
495 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcNameConstant" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcNameConstant \- Get the value for a symbolic constant
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcNameConstant(FcChar8 *\fIstring\fB);
|
|
(int *\fIresult\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns whether a symbolic constant with name \fIstring\fR is registered,
|
|
placing the value of the constant in \fIresult\fR if present.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|