diff options
author | crupest <crupest@outlook.com> | 2019-06-27 15:29:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-06-27 15:29:13 +0800 |
commit | 8c5b05bcfce96495b4ffc4209ab8feda12597729 (patch) | |
tree | a0a8bc99d8ffb42dc231696a4e4dfd1e7607eea0 /include/cru/platform | |
parent | baa7cf141b8121473edceae16c1a20a6d47bd202 (diff) | |
download | cru-8c5b05bcfce96495b4ffc4209ab8feda12597729.tar.gz cru-8c5b05bcfce96495b4ffc4209ab8feda12597729.tar.bz2 cru-8c5b05bcfce96495b4ffc4209ab8feda12597729.zip |
...
Diffstat (limited to 'include/cru/platform')
-rw-r--r-- | include/cru/platform/graph/painter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/platform/graph/painter.hpp b/include/cru/platform/graph/painter.hpp index 1096aa7c..97d4b4cf 100644 --- a/include/cru/platform/graph/painter.hpp +++ b/include/cru/platform/graph/painter.hpp @@ -37,5 +37,7 @@ class Painter : public NativeResource { virtual void DrawText(const Point& offset, TextLayout* text_layout, Brush* brush) = 0; + + virtual void EndDraw() = 0; }; } // namespace cru::platform::graph |