Uses of Class
org.apache.pdfbox.preflight.font.util.GlyphException
-
Packages that use GlyphException Package Description org.apache.pdfbox.preflight.font.container org.apache.pdfbox.preflight.font.util -
-
Uses of GlyphException in org.apache.pdfbox.preflight.font.container
Methods in org.apache.pdfbox.preflight.font.container with parameters of type GlyphException Modifier and Type Method Description void
FontContainer. markAsInvalid(int code, GlyphException e)
Methods in org.apache.pdfbox.preflight.font.container that throw GlyphException Modifier and Type Method Description void
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 GlyphException Modifier and Type Field Description private GlyphException
GlyphDetail. exception
Methods in org.apache.pdfbox.preflight.font.util that throw GlyphException Modifier and Type Method Description void
GlyphDetail. throwExceptionIfNotValid()
Constructors in org.apache.pdfbox.preflight.font.util with parameters of type GlyphException Constructor Description GlyphDetail(int code, GlyphException error)
-