diff options
| author | crupest <crupest@outlook.com> | 2021-09-04 23:23:32 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-09-04 23:23:32 +0800 |
| commit | c504aef3835f71ea22c9e938066f01e69e1c2db3 (patch) | |
| tree | 4d456079e08e64923e84ca37b862c82a0b184167 /include/cru/osx/graphics/quartz/Convert.hpp | |
| parent | 9e3d8fbd19ac93382a231a5eb8e7f8b389e6f6c2 (diff) | |
| download | cru-c504aef3835f71ea22c9e938066f01e69e1c2db3.tar.gz cru-c504aef3835f71ea22c9e938066f01e69e1c2db3.tar.bz2 cru-c504aef3835f71ea22c9e938066f01e69e1c2db3.zip | |
...
Diffstat (limited to 'include/cru/osx/graphics/quartz/Convert.hpp')
| -rw-r--r-- | include/cru/osx/graphics/quartz/Convert.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/osx/graphics/quartz/Convert.hpp b/include/cru/osx/graphics/quartz/Convert.hpp index 89ade584..f217e549 100644 --- a/include/cru/osx/graphics/quartz/Convert.hpp +++ b/include/cru/osx/graphics/quartz/Convert.hpp @@ -4,6 +4,9 @@ #include <CoreGraphics/CoreGraphics.h> namespace cru::platform::graphics::osx::quartz { +CFStringRef Convert(const String& string); +String Convert(CFStringRef string); + CGAffineTransform Convert(const Matrix& matrix); Matrix Convert(const CGAffineTransform& matrix); |
