Package org.apache.pdfbox.preflight.font.util

Examples of org.apache.pdfbox.preflight.font.util.GlyphException


        {
            /*
             * There are no character description, we declare the Glyph as Invalid. If the character is used in a
             * Stream, the GlyphDetail will throw an exception.
             */
            GlyphException glyphEx = new GlyphException(ERROR_FONTS_METRICS, cid, "The CharProcs \"" + charName
                    + "\" doesn't exist");
            this.fontContainer.markCIDAsInvalid(cid, glyphEx);
        }
        return charStream;
    }
View Full Code Here

TOP

Related Classes of org.apache.pdfbox.preflight.font.util.GlyphException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.