diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2011-08-07 19:39:15 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-08-07 19:39:15 +1000 |
commit | 83a58ae4efb07e4d2de8cb21e5cca86a26f138ce (patch) | |
tree | 55c2916243bd5583e4f6c554ba9061541e7129a2 /cocoa/PlatCocoa.mm | |
parent | d7d7eab8c6553f8798f6ea1730cd2ea0cd33564b (diff) | |
download | scintilla-mirror-83a58ae4efb07e4d2de8cb21e5cca86a26f138ce.tar.gz |
Support a range of weights on Cocoa.
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r-- | cocoa/PlatCocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 1972fa7a9..0965409c1 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -156,7 +156,7 @@ static int FontCharacterSet(Font &f) { /** * Creates a CTFontRef with the given properties. */ -void Font::Create(const char *faceName, int characterSet, float size, bool bold, bool italic, +void Font::Create(const char *faceName, int characterSet, float size, int weight, bool italic, int /* extraFontFlag */) { Release(); |