Windows platform: use GDI+ to antialias oblique lines and curves.

This commit is contained in:
ManoloFLTK
2021-02-26 18:00:07 +01:00
parent d95dd7acc4
commit b027d2ba57
23 changed files with 492 additions and 4 deletions

View File

@@ -78,6 +78,10 @@ if (FLTK_HAVE_CAIRO)
endif()
endif (FLTK_HAVE_CAIRO)
if (USE_GDIPLUS) # can only be true on Windows
target_link_libraries (fluid gdiplus)
endif (USE_GDIPLUS)
# install fluid
if (APPLE AND (NOT OPTION_APPLE_X11) AND (NOT OPTION_APPLE_SDL))