From 93b8a62d28f9427f0979d62b71f12fb2858064ee Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 11 Sep 2020 11:17:56 +0800 Subject: ... --- include/cru/platform/graph/TextLayout.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cru/platform/graph/TextLayout.hpp') diff --git a/include/cru/platform/graph/TextLayout.hpp b/include/cru/platform/graph/TextLayout.hpp index 7dd20987..a101983f 100644 --- a/include/cru/platform/graph/TextLayout.hpp +++ b/include/cru/platform/graph/TextLayout.hpp @@ -7,6 +7,7 @@ namespace cru::platform::graph { struct ITextLayout : virtual IGraphResource { virtual std::u16string GetText() = 0; + virtual std::u16string_view GetTextView() = 0; virtual void SetText(std::u16string new_text) = 0; virtual std::shared_ptr GetFont() = 0; -- cgit v1.2.3