diff options
author | nyamatongwe <devnull@localhost> | 2011-08-07 13:41:35 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-08-07 13:41:35 +1000 |
commit | b510d1fe619eff95c7e0d0a88421b8e3cad8f729 (patch) | |
tree | 595b5f8217a081087316de368c15d7c0a4f586b4 /include/Platform.h | |
parent | a320c92efc362ad68b903e73e848b4e8781fa4ec (diff) | |
download | scintilla-mirror-b510d1fe619eff95c7e0d0a88421b8e3cad8f729.tar.gz |
Implement APIs for fractional font sizes and a range of weights.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h index d4c6bbfec..d23a932e4 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -304,7 +304,7 @@ public: virtual ~Font(); virtual void Create(const char *faceName, int characterSet, float size, - bool bold, bool italic, int extraFontFlag=0); + int weight, bool italic, int extraFontFlag=0); virtual void Release(); FontID GetID() { return fid; } |