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

      • Type3Container

        public Type3Container​(PDType3Font font)
    • Method Detail

      • hasGlyph

        public boolean hasGlyph​(int code)
                         throws java.io.IOException
        Description copied from class: FontContainer
        Checks if the embedded font contains a glyph for the given character code.
        Specified by:
        hasGlyph in class FontContainer<PDType3Font>
        Parameters:
        code - character code
        Throws:
        java.io.IOException