From 99a322a6badf5b6d95be4944e80d92fc1cb2589e Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Sun, 11 Aug 2019 22:08:49 +0800 Subject: ... --- include/cru/win/graph/direct/text_layout.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/win/graph/direct') 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 GetFont(); - void SetFont(std::shared_ptr font); + std::shared_ptr GetFont() override; + void SetFont(std::shared_ptr font) override; void SetMaxWidth(float max_width) override; void SetMaxHeight(float max_height) override; -- cgit v1.2.3