mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
19 lines
495 B
Groff
19 lines
495 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.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
|