@ironsoftware/ironpdf
Version:
IronPDF for Node
22 lines • 828 B
TypeScript
import type { PdfiumFontInfoP as _ironpdfengineproto_PdfiumFontInfoP, PdfiumFontInfoP__Output as _ironpdfengineproto_PdfiumFontInfoP__Output } from '../ironpdfengineproto/PdfiumFontInfoP';
export interface PdfiumDrawTextObjectP {
'text'?: (string);
'x'?: (number | string);
'y'?: (number | string);
'font'?: (_ironpdfengineproto_PdfiumFontInfoP | null);
'fontSize'?: (number | string);
'scale'?: (number | string);
'rotation'?: (number | string);
'color'?: (string);
}
export interface PdfiumDrawTextObjectP__Output {
'text'?: (string);
'x'?: (number);
'y'?: (number);
'font'?: (_ironpdfengineproto_PdfiumFontInfoP__Output);
'fontSize'?: (number);
'scale'?: (number);
'rotation'?: (number);
'color'?: (string);
}
//# sourceMappingURL=PdfiumDrawTextObjectP.d.ts.map