Package org.freedesktop.harfbuzz
Class Set
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.Set
- All Implemented Interfaces:
Proxy
Data type for holding a set of integers.
hb_set_t
's are
used to gather and contain glyph IDs, Unicode code
points, and various other collections of discrete
values.-
Constructor Summary
ConstructorDescriptionSet
(MemorySegment address) Create a Set proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Set
Create a Set proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-