Package org.freedesktop.harfbuzz
Class Bool
Data type for booleans.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Bool[]
fromNativeArray
(MemorySegment address, long length, boolean free) Methods inherited from class io.github.jwharm.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue
-
Constructor Details
-
Bool
public Bool(int value) Create a new Bool with the provided value
-
-
Method Details
-
fromNativeArray
-