Package org.freedesktop.harfbuzz
Class Language
java.lang.Object
io.github.jwharm.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
ConstructorDescriptionLanguage
(MemorySegment address) Create a Language proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionConverts anhb_language_t
to a string.Methods inherited from class io.github.jwharm.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_t
to a string.- Returns:
- A
NULL
-terminated string representing the this language. Must not be freed by the caller.
-