Package org.freedesktop.harfbuzz
Class Buffer
java.lang.Object
io.github.jwharm.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
ConstructorDescriptionBuffer
(MemorySegment address) Create a Buffer proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.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
-