Package org.freedesktop.harfbuzz
Class Tag
Data type for tag identifiers. Tags are four
byte integers, each byte representing a character.
Tags are used to identify tables, design-variation axes, scripts, languages, font features, and baselines with human-readable names.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Tag[]
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
-
Tag
public Tag(int value) Create a new Tag with the provided value
-
-
Method Details
-
fromNativeArray
-