Package org.freedesktop.harfbuzz
Class Buffer
java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.Buffer
- All Implemented Interfaces:
Proxy
The main structure holding the input text and its properties before shaping,
and output glyphs and their information after shaping.
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer(MemorySegment address) Create a Buffer proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.static @Nullable TypegetType()Get the GType of the Buffer classMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Buffer
Create a Buffer proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getType
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-