aboutsummaryrefslogtreecommitdiff
path: root/src/osx/graphics/quartz/Font.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-14 21:58:14 +0800
committercrupest <crupest@outlook.com>2021-10-14 21:58:14 +0800
commitd3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95 (patch)
treef88c16c14c187db9cade505b6ed6153a0630c6e9 /src/osx/graphics/quartz/Font.cpp
parent5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5 (diff)
downloadcru-d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95.tar.gz
cru-d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95.tar.bz2
cru-d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95.zip
...
Diffstat (limited to 'src/osx/graphics/quartz/Font.cpp')
-rw-r--r--src/osx/graphics/quartz/Font.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osx/graphics/quartz/Font.cpp b/src/osx/graphics/quartz/Font.cpp
index 600f8309..596489e4 100644
--- a/src/osx/graphics/quartz/Font.cpp
+++ b/src/osx/graphics/quartz/Font.cpp
@@ -1,9 +1,12 @@
#include "cru/osx/graphics/quartz/Font.hpp"
+#include "cru/osx/Convert.hpp"
#include "cru/osx/graphics/quartz/Convert.hpp"
#include "cru/osx/graphics/quartz/Resource.hpp"
namespace cru::platform::graphics::osx::quartz {
+using cru::platform::osx::Convert;
+
OsxCTFont::OsxCTFont(IGraphicsFactory* graphics_factory, const String& name,
float size)
: OsxQuartzResource(graphics_factory) {