From b027d2ba57a8e0d6f0862e0a891ddd5dee4b02e2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 26 Feb 2021 18:00:07 +0100 Subject: Windows platform: use GDI+ to antialias oblique lines and curves. --- FL/Fl_Graphics_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL/Fl_Graphics_Driver.H') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 67b7a31bd..5d03e2c43 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -374,6 +374,8 @@ public: virtual float override_scale(); virtual void restore_scale(float); virtual PangoFontDescription* pango_font_description(Fl_Font fnum) { return NULL; } + virtual void antialias(int state); + virtual int antialias(); }; #ifndef FL_DOXYGEN -- cgit v1.2.3