diff options
author | crupest <crupest@outlook.com> | 2022-03-12 23:19:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-12 23:19:04 +0800 |
commit | af09e7b0cd9cb7ed2e1317bf9f2e328fdb33c091 (patch) | |
tree | 711453ede3c308401c11fce354af81800fd1ee9f /include | |
parent | 8d7937aaddd121742df8000b25160ab5c3d12caa (diff) | |
download | cru-af09e7b0cd9cb7ed2e1317bf9f2e328fdb33c091.tar.gz cru-af09e7b0cd9cb7ed2e1317bf9f2e328fdb33c091.tar.bz2 cru-af09e7b0cd9cb7ed2e1317bf9f2e328fdb33c091.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/win/graphics/direct/Font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/win/graphics/direct/Font.h b/include/cru/win/graphics/direct/Font.h index e08ec5a3..0d0dd28b 100644 --- a/include/cru/win/graphics/direct/Font.h +++ b/include/cru/win/graphics/direct/Font.h @@ -25,6 +25,7 @@ class CRU_WIN_GRAPHICS_DIRECT_API DWriteFont return text_format_.Get(); } + String GetFontName() override; float GetFontSize() override; private: |