public PdfCidCompactFontFormatFont(CompactFontFormatFontCollection fontCollection)
 {
     this.fontCollection = fontCollection;
 }
 public PdfCidCompactFontFormatFont(CompactFontFormatFontCollection fontCollection)
 {
     this.fontCollection = fontCollection;
     Details             = GetDetails(fontCollection?.FirstFont);
 }