Пример #1
0
 public CompactFontFormatIndividualFontParser(CompactFontFormatIndexReader indexReader,
                                              CompactFontFormatTopLevelDictionaryReader topLevelDictionaryReader,
                                              CompactFontFormatPrivateDictionaryReader privateDictionaryReader)
 {
     this.indexReader = indexReader;
     this.topLevelDictionaryReader = topLevelDictionaryReader;
     this.privateDictionaryReader  = privateDictionaryReader;
 }