Class TrueTypeContainer

    • Constructor Detail

      • TrueTypeContainer

        public TrueTypeContainer​(PDTrueTypeFont 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<PDTrueTypeFont>
        Parameters:
        code - character code
        Throws:
        java.io.IOException