mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-05 08:02:05 +00:00
21 lines
584 B
Groff
21 lines
584 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcLangSetHash" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcLangSetHash \- return a hash value for a langset
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcChar32 FcLangSetHash(const FcLangSet *\fIls\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
This function returns a value which depends solely on the languages
|
||
|
supported by \fIls\fR\&. Any language which equals
|
||
|
\fIls\fR will have the same result from
|
||
|
\fBFcLangSetHash\fR\&. However, two langsets with the same hash
|
||
|
value may not be equal.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|