aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-08-07 13:41:35 +1000
committernyamatongwe <unknown>2011-08-07 13:41:35 +1000
commitf3787820600bc07008841b82037e90032619bdaa (patch)
treec26ab1afb7f81901cf6371f2d542b68ec1234c5b /include/Platform.h
parent1595153b9cc09514e7f16719694e999c1fd341e0 (diff)
downloadscintilla-mirror-f3787820600bc07008841b82037e90032619bdaa.tar.gz
Implement APIs for fractional font sizes and a range of weights.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
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; }