diff options
author | crupest <crupest@outlook.com> | 2021-09-02 00:10:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-09-02 00:10:31 +0800 |
commit | 9e3d8fbd19ac93382a231a5eb8e7f8b389e6f6c2 (patch) | |
tree | b95c6a30d2602e471b2f417d4c973f43ea09019a /include | |
parent | 312bfa625dd02b59ceb5d1a9f9e5c5189446781b (diff) | |
download | cru-9e3d8fbd19ac93382a231a5eb8e7f8b389e6f6c2.tar.gz cru-9e3d8fbd19ac93382a231a5eb8e7f8b389e6f6c2.tar.bz2 cru-9e3d8fbd19ac93382a231a5eb8e7f8b389e6f6c2.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/osx/graphics/quartz/Font.hpp | 7 |
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 { + +} |