aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2024-08-16 17:21:53 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2024-08-16 17:21:53 +1000
commitae3b01d2b1eb8dc532f616fb2f24aac954775f45 (patch)
tree17247b5f07753ab2d81758ce64c6f677ff26b41a /cocoa/PlatCocoa.h
parentdcbc339899911e1a3a743de1c0c25d0c253dd39a (diff)
downloadscintilla-mirror-ae3b01d2b1eb8dc532f616fb2f24aac954775f45.tar.gz
On Cocoa implement more values of font weight and stretch.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r--cocoa/PlatCocoa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h
index 536d3bcf9..0150287f1 100644
--- a/cocoa/PlatCocoa.h
+++ b/cocoa/PlatCocoa.h
@@ -22,6 +22,7 @@
#include "Geometry.h"
#include "Platform.h"
+#include "DictionaryForCF.h"
#include "QuartzTextLayout.h"
NSRect PRectangleToNSRect(const Scintilla::Internal::PRectangle &rc);