Uses of Class
org.apache.pdfbox.preflight.font.util.GlyphException
Packages that use GlyphException
Package
Description
-
Uses of GlyphException in org.apache.pdfbox.preflight.font.container
Methods in org.apache.pdfbox.preflight.font.container with parameters of type GlyphExceptionModifier and TypeMethodDescriptionfinal void
FontContainer.markAsInvalid
(int code, GlyphException e) Methods in org.apache.pdfbox.preflight.font.container that throw GlyphExceptionModifier and TypeMethodDescriptionvoid
FontContainer.checkGlyphWidth
(int code) Check that the Width or W entry in the PDF matches the widths in the embedded font program.private void
FontContainer.checkWidthsConsistency
(int code, float expectedWidth, float foundWidth) Test if both widths are consistent.private boolean
FontContainer.isAlreadyProcessed
(int code) Check if the given character code has already been processed. -
Uses of GlyphException in org.apache.pdfbox.preflight.font.util
Fields in org.apache.pdfbox.preflight.font.util declared as GlyphExceptionMethods in org.apache.pdfbox.preflight.font.util that throw GlyphExceptionConstructors in org.apache.pdfbox.preflight.font.util with parameters of type GlyphException