Package org.freedesktop.harfbuzz
Class SegmentProperties
java.lang.Object
org.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
ConstructorsConstructorDescriptionSegmentProperties(MemorySegment address) Create a SegmentProperties proxy instance for the provided memory address. -
Method Summary
Methods inherited from class org.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
Get the GType of the SegmentProperties class- Returns:
- the GType
-