Package org.freedesktop.harfbuzz
Class Language
java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.Language
- All Implemented Interfaces:
Proxy
Data type for languages. Each
hb_language_t corresponds to a BCP 47
language tag.-
Constructor Summary
ConstructorsConstructorDescriptionLanguage(MemorySegment address) Create a Language proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionConverts anhb_language_tto a string.Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Language
Create a Language proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
languageToString
Converts anhb_language_tto a string.- Returns:
- A
NULL-terminated string representing thelanguage.Must not be freed by the caller. - Since:
- 0.9.2
-