159160161162163164165
* * @return */ protected FontValidator<? extends FontContainer> createCIDType0FontValidator(COSDictionary fDict) { return new CIDType0FontValidator(context, new PDCIDFontType0Font(fDict)); }