Package org.freedesktop.harfbuzz
Class OtNameId
An integral type representing an OpenType 'name' table name identifier.
There are predefined name IDs, as well as name IDs return from other
API. These can be used to fetch name strings from a font face.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OtNameId[]
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
-
OtNameId
public OtNameId(int value) Create a new OtNameId with the provided value
-
-
Method Details
-
fromNativeArray
-