Package | Description |
---|---|
org.apache.pdfbox.preflight.font.container | |
org.apache.pdfbox.preflight.font.util |
Modifier and Type | Method and Description |
---|---|
void |
FontContainer.markAsInvalid(int code,
GlyphException e) |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private GlyphException |
GlyphDetail.exception |
Modifier and Type | Method and Description |
---|---|
void |
GlyphDetail.throwExceptionIfNotValid() |
Constructor and Description |
---|
GlyphDetail(int code,
GlyphException error) |