1FcLangSetHash(3) FcLangSetHash(3)
23
4
NAME
6FcLangSetHash - return a hash value for a langset
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcChar32 FcLangSetHash (const FcLangSet *ls);
12
DESCRIPTION
14This function returns a value which depends solely on the languages
15supported by ls. Any language which equals ls will have the same result
16from FcLangSetHash. However, two langsets with the same hash value may
17not be equal.
1819
20
21
Fontconfig 2.14.1 21 10月 2022 FcLangSetHash(3)