public abstract class OpenTypeBaseNameRecord extends MetadataContainer
Represents the base OpenType Name table record class.
Modifier and Type | Method and Description |
---|---|
int |
getNameId()
Gets the name identifier.
|
int |
getPlatform()
Gets the platform identifier.
|
String |
getValue()
Gets the string value of record.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final int getNameId()
Gets the name identifier.
public final int getPlatform()
Gets the platform identifier.
public final String getValue()
Gets the string value of record.
Copyright © 2019. All rights reserved.