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, isSubSetpublic SimpleFontValidator(PreflightContext context, PDFont font, T fContainer)
public void validate()
throws ValidationException
validate in class FontValidator<T extends FontContainer>ValidationExceptionprotected void checkMandatoryField()
protected abstract void createFontDescriptorHelper()
protected void processFontDescriptorValidation()
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.