Provide a custom formatter for the cursor overlay. Called with (x, y) world coordinates and should return the formatted string.
(&mut self, provider: CursorProvider)
| 798 | shape.align_to_anchor_vertical, |
| 799 | )) |
| 800 | } |
| 801 | |
| 802 | /// Enable or disable autoscaling on updates (default: enabled) |
| 803 | pub fn autoscale_on_updates(&mut self, enabled: bool) { |
| 804 | self.autoscale_on_updates = enabled; |
| 805 | } |