Package org.freedesktop.harfbuzz
Class Codepoint
Data type for holding Unicode codepoints. Also
used to hold glyph IDs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Codepoint[]
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
-
Codepoint
public Codepoint(int value) Create a new Codepoint with the provided value
-
-
Method Details
-
fromNativeArray
-