public abstract class SimpleFontValidator<T extends FontContainer> extends FontValidator<T>
context, descriptorHelper, font, fontContainer
Constructor and Description |
---|
SimpleFontValidator(PreflightContext context,
PDFont font,
T fContainer) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkMandatoryField() |
protected abstract void |
createFontDescriptorHelper() |
protected void |
processFontDescriptorValidation() |
void |
validate()
Call this method to validate the font wrapped by this object.
|
checkEncoding, checkToUnicode, getFontContainer, getSubSetPatternDelimiter, isSubSet
public SimpleFontValidator(PreflightContext context, PDFont font, T fContainer)
public void validate() throws ValidationException
validate
in class FontValidator<T extends FontContainer>
ValidationException
protected void checkMandatoryField()
protected abstract void createFontDescriptorHelper()
protected void processFontDescriptorValidation()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.