Class NameTable.NameRecord

java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.NameTable.NameRecord
Enclosing class:
NameTable

public static class NameTable.NameRecord extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    NameRecord(byte[] data, int recordOffset, int stringOffset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    java.lang.String
     
    int
     
    int
     
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getPlatformId

      public PlatformIdentifier getPlatformId()
    • getPlatformEncodingId

      public int getPlatformEncodingId()
    • getLanguageId

      public int getLanguageId()
    • getNameId

      public int getNameId()
    • getName

      public java.lang.String getName()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object