java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.mappings.PlatformIdentifier
Direct Known Subclasses:
CustomPlatformIdentifier, IsoPlatformIdentifier, MacintoshPlatformIdentifier, MicrosoftPlatformIdentifier, UnicodePlatformIdentifier

public abstract class PlatformIdentifier extends Object
Creation-Date: 06.11.2005, 21:33:16
Author:
Thomas Morgner
  • Field Details

  • Method Details

    • getType

      public int getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIdentifier

      public static PlatformIdentifier getIdentifier(int param)
    • getEncoding

      public abstract String getEncoding(int encodingId, int language)
      Quoted from the OpenTypeSpecs:

      Note that OS/2 and Windows both require that all name strings be defined in Unicode. Thus all 'name' table strings for platform ID = 3 (Microsoft) will require two bytes per character. Macintosh fonts require single byte strings.

      Parameters:
      encodingId -
      language -
      Returns: