if (cBase instanceof COSDictionary) {
COSDictionary dic = (COSDictionary) cBase;
String type = dic.getNameAsString(COSName
.getPDFName(DICTIONARY_KEY_TYPE));
if (type != null && FONT_DICTIONARY_VALUE_FONT.equals(type)) {
FontValidator fontVal = fontValidationFactory.getFontValidator(cObj,
handler);
if (fontVal instanceof Type3FontValidator) {
lType3.add(fontVal);
} else {
validateFont(handler, fontVal, result);