2023-08-28 05:57:34 +00:00
|
|
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
2025-01-10 01:40:29 +00:00
|
|
|
.TH "FcLangSetHash" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
|
2023-08-28 05:57:34 +00:00
|
|
|
.SH NAME
|
|
|
|
FcLangSetHash \- return a hash value for a langset
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.nf
|
|
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
|
|
.sp
|
|
|
|
FcChar32 FcLangSetHash (const FcLangSet *\fIls\fB);
|
|
|
|
.fi\fR
|
|
|
|
.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.
|