org.pentaho.reporting.libraries.fonts.truetype

Class NameTable.NameRecord

public static class NameTable.NameRecord extends Object

Constructor Summary
NameRecord(byte[] data, int recordOffset, int stringOffset)
Method Summary
intgetLanguageId()
StringgetName()
intgetNameId()
intgetPlatformEncodingId()
PlatformIdentifiergetPlatformId()
StringtoString()

Constructor Detail

NameRecord

public NameRecord(byte[] data, int recordOffset, int stringOffset)

Method Detail

getLanguageId

public int getLanguageId()

getName

public String getName()

getNameId

public int getNameId()

getPlatformEncodingId

public int getPlatformEncodingId()

getPlatformId

public PlatformIdentifier getPlatformId()

toString

public String toString()