Class ROS

java.lang.Object
com.adobe.fontengine.font.ROS

public final class ROS extends Object
A Registry/Ordering/Supplement tuple. ROS's are explained in Tech Note 5014, found here: http://partners.adobe.com/public/developer/en/font/5014.CIDFont_Spec.pdf

Synchronization

Instances of this class are immutable after creation and are therefore threadsafe.
  • Field Details

    • registry

      public final String registry
    • ordering

      public final String ordering
    • supplement

      public final int supplement
  • Constructor Details

    • ROS

      public ROS(String registry, String ordering, int supplement)
  • Method Details