From 9e3d8fbd19ac93382a231a5eb8e7f8b389e6f6c2 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 2 Sep 2021 00:10:31 +0800 Subject: ... --- include/cru/osx/graphics/quartz/Font.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/cru/osx/graphics/quartz/Font.hpp (limited to 'include') diff --git a/include/cru/osx/graphics/quartz/Font.hpp b/include/cru/osx/graphics/quartz/Font.hpp new file mode 100644 index 00000000..d3c50818 --- /dev/null +++ b/include/cru/osx/graphics/quartz/Font.hpp @@ -0,0 +1,7 @@ +#pragma once +#include "Resource.hpp" +#include "cru/platform/graphics/Font.hpp" + +namespace cru::platform::graphics::osx::quartz { + +} -- cgit v1.2.3