Interface IBeforeTextRestoreExecutor


public interface IBeforeTextRestoreExecutor
The interface is used to execute some logic before canvas state restoring in TextRenderer which happens for text and underline.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute code before canvas state restoring in TextRenderer.
  • Method Details

    • execute

      void execute()
      Execute code before canvas state restoring in TextRenderer.