mirror of
https://github.com/fltk/fltk.git
synced 2026-03-23 07:24:03 +08:00
Windows platform: use GDI+ to antialias oblique lines and curves.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user