Class 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 Detail

      • registry

        public final String registry
      • ordering

        public final String ordering
      • supplement

        public final int supplement
    • Constructor Detail

      • ROS

        public ROS​(String registry,
                   String ordering,
                   int supplement)