aboutsummaryrefslogtreecommitdiff
path: root/src/osx/graphics/quartz/Font.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-09-15 19:23:45 +0800
committercrupest <crupest@outlook.com>2021-09-15 19:23:45 +0800
commite6dd695fc757b59571f67a278e4d88ad54cd36ae (patch)
tree0b95ec353d34ecbf82adb717f786bdbd07d9abda /src/osx/graphics/quartz/Font.cpp
parentcb981f5a337f3a8fc9d450b891c358c2b8dc29d3 (diff)
downloadcru-e6dd695fc757b59571f67a278e4d88ad54cd36ae.tar.gz
cru-e6dd695fc757b59571f67a278e4d88ad54cd36ae.tar.bz2
cru-e6dd695fc757b59571f67a278e4d88ad54cd36ae.zip
...
Diffstat (limited to 'src/osx/graphics/quartz/Font.cpp')
-rw-r--r--src/osx/graphics/quartz/Font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osx/graphics/quartz/Font.cpp b/src/osx/graphics/quartz/Font.cpp
index e6c1dc91..c35f53fa 100644
--- a/src/osx/graphics/quartz/Font.cpp
+++ b/src/osx/graphics/quartz/Font.cpp
@@ -4,7 +4,7 @@
#include "cru/osx/graphics/quartz/Resource.hpp"
namespace cru::platform::graphics::osx::quartz {
-OsxCTFont::OsxCTFont(IGraphFactory* graphics_factory, const String& name,
+OsxCTFont::OsxCTFont(IGraphicsFactory* graphics_factory, const String& name,
float size)
: OsxQuartzResource(graphics_factory) {
CFStringRef n = Convert(name);