// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto import type { PdfiumFontInfoP as _ironpdfengineproto_PdfiumFontInfoP, PdfiumFontInfoP__Output as _ironpdfengineproto_PdfiumFontInfoP__Output } from '../ironpdfengineproto/PdfiumFontInfoP'; export interface PdfiumFontInfoCollectionP { 'value'?: (_ironpdfengineproto_PdfiumFontInfoP)[]; } export interface PdfiumFontInfoCollectionP__Output { 'value'?: (_ironpdfengineproto_PdfiumFontInfoP__Output)[]; }