diff options
Diffstat (limited to 'include/cru/win/graph/direct/text_layout.hpp')
-rw-r--r-- | include/cru/win/graph/direct/text_layout.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/win/graph/direct/text_layout.hpp b/include/cru/win/graph/direct/text_layout.hpp index c7657762..a20591c2 100644 --- a/include/cru/win/graph/direct/text_layout.hpp +++ b/include/cru/win/graph/direct/text_layout.hpp @@ -35,8 +35,8 @@ class DWriteTextLayout : public TextLayout, std::wstring GetText() override; void SetText(std::wstring new_text) override; - std::shared_ptr<Font> GetFont(); - void SetFont(std::shared_ptr<Font> font); + std::shared_ptr<Font> GetFont() override; + void SetFont(std::shared_ptr<Font> font) override; void SetMaxWidth(float max_width) override; void SetMaxHeight(float max_height) override; |