from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcLangSetHash
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcLangSetHash - return a hash value for a langset
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcChar32 FcLangSetHash (const FcLangSet *ls);
DESCRIPTION
This function returns a value which depends solely on the languages
supported by ls. Any language which equals
ls will have the same result from
FcLangSetHash. However, two langsets with the same hash
value may not be equal.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|