From 90c305c9049d2ac96acb79aaf82ca3bab9be9624 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 7 Jan 2020 18:54:09 +0100 Subject: GRAPHICS: FONTS: Use better algorithm for MacFONT scaling added debug output --- graphics/fonts/macfont.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/fonts/macfont.h') diff --git a/graphics/fonts/macfont.h b/graphics/fonts/macfont.h index b2e1fb0d11..3208759044 100644 --- a/graphics/fonts/macfont.h +++ b/graphics/fonts/macfont.h @@ -166,6 +166,7 @@ private: MacFONTdata _data; const MacGlyph *findGlyph(uint32 c) const; + void magnifyGray(Surface *src, const MacGlyph *glyph, int *dstGray, float scale) const; }; } // End of namespace Graphics -- cgit v1.2.3