[]
type ReplaceTextModel = object;
Data model for the ReplaceText feature.
fontInfo: object;
Contains detailed information about font metrics and style.
font: string;
Font name.
fontDescent: number;
Font descent distance.
fontFamily: string | null;
Font family.
fontHeight: number;
Font height.
scale: number;
Text scale.
newText: string;
The new text to be inserted.
selectedCoords: SelectedTextCoordinates;
Exact coordinates of the text to be replaced.
selectedText: string;
The text that will be replaced.