]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/Text.hpp
uniform background for message box
[blank.git] / src / ui / Text.hpp
index bdeb304daff1b79659486ce608733bf51f8a8dd3..84a6190999f89f4d2d340dd6ba4b64d1e1eb70b3 100644 (file)
@@ -29,6 +29,8 @@ public:
                dirty = true;
        }
 
+       const glm::vec2 &Size() const noexcept { return size; }
+
        void Render(Viewport &) noexcept;
 
 private: