169170171172173174175
* * @return */ protected FontValidator<? extends FontContainer> createCIDType2FontValidator(COSDictionary fDict) { return new CIDType2FontValidator(context, new PDCIDFontType2Font(fDict)); }