Class Type3Container

java.lang.Object
org.apache.pdfbox.preflight.font.container.FontContainer<PDType3Font>
org.apache.pdfbox.preflight.font.container.Type3Container

public class Type3Container extends FontContainer<PDType3Font>
Because Type3 font program is an inner type of the PDF file, this font container is quite different from the other because all character/glyph are already checked.
  • Constructor Details

    • Type3Container

      public Type3Container(PDType3Font font)
  • Method Details