diff options
author | nyamatongwe <devnull@localhost> | 2000-04-21 01:59:43 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-21 01:59:43 +0000 |
commit | 6956977bdf58be27805d82c1aa33fc9d4c384241 (patch) | |
tree | 473a1082dbd214e4a3d4bb7d0b13d2aa111ee029 /include/Platform.h | |
parent | cf9e0c55121fc58093e00e8aaae211ee52ecc147 (diff) | |
download | scintilla-mirror-6956977bdf58be27805d82c1aa33fc9d4c384241.tar.gz |
Changed font sizing to use more Windows compatible calculation
Some unfinished work on fixing folding bugs.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h index b60469488..590ab5e31 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -269,6 +269,7 @@ public: bool Initialised(); void PenColour(Colour fore); int LogPixelsY(); + int DeviceHeightFont(int points); void MoveTo(int x_, int y_); void LineTo(int x_, int y_); void Polygon(Point *pts, int npts, Colour fore, Colour back); |