Class SubsetSimpleType1

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

public class SubsetSimpleType1 extends Object
  • Constructor Details

    • SubsetSimpleType1

      public SubsetSimpleType1(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 Details

    • getGlyphNames

      public String[] getGlyphNames()