// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto 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); }