From 6956977bdf58be27805d82c1aa33fc9d4c384241 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 21 Apr 2000 01:59:43 +0000 Subject: Changed font sizing to use more Windows compatible calculation Some unfinished work on fixing folding bugs. --- include/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3