aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/TextLayout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graph/TextLayout.hpp')
-rw-r--r--include/cru/platform/graph/TextLayout.hpp1
1 files changed, 1 insertions, 0 deletions
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<IFont> GetFont() = 0;