Class CIDSystemInfo


  • public final class CIDSystemInfo
    extends Object
    Represents a CIDSystemInfo for the FontMapper API.
    • Constructor Detail

      • CIDSystemInfo

        public CIDSystemInfo​(String registry,
                             String ordering,
                             int supplement)
    • Method Detail

      • getRegistry

        public String getRegistry()
      • getOrdering

        public String getOrdering()
      • getSupplement

        public int getSupplement()