Package org.freedesktop.harfbuzz
Class SegmentProperties
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.SegmentProperties
- All Implemented Interfaces:
Proxy
The structure that holds various text properties of an
hb_buffer_t
. Can be
set and retrieved using hb_buffer_set_segment_properties() and
hb_buffer_get_segment_properties(), respectively.-
Constructor Summary
ConstructorDescriptionSegmentProperties
(MemorySegment address) Create a SegmentProperties proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
SegmentProperties
Create a SegmentProperties proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-