diff options
Diffstat (limited to 'include/cru/platform/graph/text_layout.hpp')
-rw-r--r-- | include/cru/platform/graph/text_layout.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/cru/platform/graph/text_layout.hpp b/include/cru/platform/graph/text_layout.hpp index d1cfb44b..20009c0d 100644 --- a/include/cru/platform/graph/text_layout.hpp +++ b/include/cru/platform/graph/text_layout.hpp @@ -1,19 +1,10 @@ #pragma once #include "resource.hpp" -#include <memory> #include <string> #include <vector> namespace cru::platform::graph { -struct IFont; - -struct TextHitTestResult { - int position; - bool trailing; - bool insideText; -}; - struct ITextLayout : virtual IGraphResource { virtual std::string GetText() = 0; virtual void SetText(std::string new_text) = 0; |