Class SubsetSimpleType1


  • public class SubsetSimpleType1
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SubsetSimpleType1​(java.lang.String[] glyphNames)
      Prepare a subset object for a simple Type1 (CFF) font.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getGlyphNames()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubsetSimpleType1

        public SubsetSimpleType1​(java.lang.String[] glyphNames)
        Prepare a subset object for a simple Type1 (CFF) font. This consists of an array of Java Strings for the subset glyph names. The length of the array is arbitrary and null entries are ignored.
    • Method Detail

      • getGlyphNames

        public java.lang.String[] getGlyphNames()