final Type1FontDictionary fontDict = pfbFile.getFontDictionary();
assertNotNull(fontDict);
/* Test values below obtained from the AFM file. */
final Type1FontInfoDictionary fontInfoDict = fontDict.getFontInfoDictionary();
assertNotNull(fontInfoDict);
final String fontName = fontDict.getFontName();
assertEquals("CMR10", fontName);