TextChangedResponse: {
    changed: boolean;
    replacedText?: string;
    text?: string;
}

Helper interface to define if text has been adjusted due to missing glyphs.

Type declaration

  • changed: boolean

    Flag indicating if glyphs have been replaced. Usually they are just removed.

  • Optional replacedText?: string

    The replaced text with the replaced glyphs.

  • Optional text?: string

    The original text with all the glyphs.

Generated using TypeDoc