Package org.freedesktop.harfbuzz
Class Position
Data type for holding a single coordinate value.
Contour points and other multi-dimensional data are
stored as tuples of
hb_position_t
's.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Position[]
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
-
Position
public Position(int value) Create a new Position with the provided value
-
-
Method Details
-
fromNativeArray
-