Interface IBeforeTextRestoreExecutor
- All Known Implementing Classes:
TextSvgBranchRenderer.ClippedElementDrawer
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 TypeMethodDescriptionvoidexecute()Execute code before canvas state restoring inTextRenderer.
-
Method Details
-
execute
void execute()Execute code before canvas state restoring inTextRenderer.
-