diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2024-08-16 17:21:53 +1000 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2024-08-16 17:21:53 +1000 |
| commit | ae3b01d2b1eb8dc532f616fb2f24aac954775f45 (patch) | |
| tree | 17247b5f07753ab2d81758ce64c6f677ff26b41a /cocoa/PlatCocoa.h | |
| parent | dcbc339899911e1a3a743de1c0c25d0c253dd39a (diff) | |
| download | scintilla-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.h | 1 |
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); |
