public abstract class FontValidator<T extends FontContainer> extends Object
Modifier and Type | Field and Description |
---|---|
protected PreflightContext |
context |
protected FontDescriptorHelper<T> |
descriptorHelper |
protected PDFont |
font |
protected T |
fontContainer |
Constructor and Description |
---|
FontValidator(PreflightContext context,
PDFont font,
T fContainer) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkEncoding() |
protected void |
checkToUnicode() |
T |
getFontContainer() |
static String |
getSubSetPatternDelimiter() |
static boolean |
isSubSet(String fontName) |
abstract void |
validate() |
protected T extends FontContainer fontContainer
protected PreflightContext context
protected PDFont font
protected FontDescriptorHelper<T extends FontContainer> descriptorHelper
public FontValidator(PreflightContext context, PDFont font, T fContainer)
public static boolean isSubSet(String fontName)
public static String getSubSetPatternDelimiter()
public abstract void validate() throws ValidationException
ValidationException
protected void checkEncoding()
protected void checkToUnicode()
public T getFontContainer()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.