18 lines
411 B
Groff
18 lines
411 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcPatternHash" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcPatternHash \- Compute a pattern hash value
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcChar32 FcPatternHash(const FcPattern *\fIp\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns a 32-bit number which is the same for any two patterns which are
|
|
equal.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|