@ironsoftware/ironpdf
Version:
IronPDF for Node
12 lines (8 loc) • 490 B
text/typescript
// 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)[];
}