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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OtNameId[]
fromNativeArray
(MemorySegment address, long length, TransferOwnership transfer) Methods inherited from class org.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue, toString
-
Constructor Details
-
OtNameId
public OtNameId(int value) Create a new OtNameId with the provided value
-
-
Method Details
-
fromNativeArray
public static OtNameId[] fromNativeArray(MemorySegment address, long length, TransferOwnership transfer)
-