aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/graphics/quartz/Font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/osx/graphics/quartz/Font.hpp')
-rw-r--r--include/cru/osx/graphics/quartz/Font.hpp7
1 files changed, 7 insertions, 0 deletions
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 {
+
+}