aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/TextRenderObject.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-17 15:04:16 +0800
committercrupest <crupest@outlook.com>2021-03-17 15:04:16 +0800
commitaf2e38b320905bf3b1e5d0969d0811c47289bbfe (patch)
tree18a55d5cf3fc5bea4ab342476dc5a57574808839 /include/cru/ui/render/TextRenderObject.hpp
parent7703063a5816b089483e78ccd74bb9902ccfbea8 (diff)
downloadcru-af2e38b320905bf3b1e5d0969d0811c47289bbfe.tar.gz
cru-af2e38b320905bf3b1e5d0969d0811c47289bbfe.tar.bz2
cru-af2e38b320905bf3b1e5d0969d0811c47289bbfe.zip
...
Diffstat (limited to 'include/cru/ui/render/TextRenderObject.hpp')
-rw-r--r--include/cru/ui/render/TextRenderObject.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/render/TextRenderObject.hpp b/include/cru/ui/render/TextRenderObject.hpp
index bdec18d1..cf585d6f 100644
--- a/include/cru/ui/render/TextRenderObject.hpp
+++ b/include/cru/ui/render/TextRenderObject.hpp
@@ -89,6 +89,8 @@ class TextRenderObject : public RenderObject {
RenderObject* HitTest(const Point& point) override;
+ std::u16string_view GetName() const override { return u"TextRenderObject"; }
+
protected:
void OnDrawContent(platform::graphics::IPainter* painter) override;