Blame doc/FcNameConstant.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcNameConstant" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcNameConstant \- Get the value for a symbolic constant
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcNameConstant (FcChar8 *\fIstring\fB, int *\fIresult\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Returns whether a symbolic constant with name \fIstring\fR is registered,
Packit 352660
placing the value of the constant in \fIresult\fR if present.