diff options
author | crupest <crupest@outlook.com> | 2019-04-02 22:20:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-02 22:20:59 +0800 |
commit | d732b99cd1436144d4625382954eb4a1cf832a1f (patch) | |
tree | 7de3464c06b0ebdb613807ac67c7cd3dda2bb4ac /include | |
parent | ec201783e4b4733770648c2f92c3ffb9629bb7f7 (diff) | |
download | cru-d732b99cd1436144d4625382954eb4a1cf832a1f.tar.gz cru-d732b99cd1436144d4625382954eb4a1cf832a1f.tar.bz2 cru-d732b99cd1436144d4625382954eb4a1cf832a1f.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/platform/win/win_font.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/win/win_font.hpp b/include/cru/platform/win/win_font.hpp index 69eebdfb..f03ff3c8 100644 --- a/include/cru/platform/win/win_font.hpp +++ b/include/cru/platform/win/win_font.hpp @@ -11,7 +11,7 @@ class GraphManager; class WinFontDescriptor : public Object, public virtual FontDescriptor { public: explicit WinFontDescriptor(GraphManager* graph_manager, - const std::wstring_view& font_family); + const std::wstring_view& font_family, float font_size); WinFontDescriptor(const WinFontDescriptor& other) = delete; WinFontDescriptor(WinFontDescriptor&& other) = delete; WinFontDescriptor& operator=(const WinFontDescriptor& other) = delete; |