diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-20 15:10:43 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-20 15:10:43 +0100 |
| commit | 791fc7d6eb7e01d6886c43a8c8cc0fe43cac2e8a (patch) | |
| tree | 41fa3b1ba92d434b7e9e69ca6ce9297c80cc22a0 /src | |
| parent | a2229c8b6b008731913aa7bcce7f9ea6941b1e09 (diff) | |
Update description of Fl_Graphics_Driver class hierarchy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Device.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 135a8a344..57e58e8e9 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -1,7 +1,7 @@ // // implementation of classes Fl_Surface_Device and Fl_Display_Device for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2017 by Bill Spitzak and others. +// Copyright 2010-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -50,13 +50,16 @@ | +- Fl_PostScript_Graphics_Driver: platform-independent graphics driver for PostScript drawing +- Fl_SVG_Graphics_Driver: platform-independent graphics driver for Scalable Vector Graphics drawing - +- Fl_..._Graphics_Driver: platform-specific graphics driver (MacOS) + +- Fl_Quartz_Graphics_Driver: platform-specific graphics driver (MacOS) +- Fl_Quartz_Printer_Graphics_Driver: MacOS-specific, for drawing to printers +- Fl_Scalable_Graphics_Driver: helper class to support GUI scaling +- Fl_Xlib_Graphics_Driver: X11-specific graphics driver +- Fl_GDI_Graphics_Driver: Windows-specific graphics driver +- Fl_GDI_Printer_Graphics_Driver: re-implements a few member functions especially for output to printer - +- Fl_OpenGL_Graphics_Driver: draw to an Fl_Gl_Window (only very partial implementation) + +- Fl_Cairo_Graphics_Driver: for X11+Pango (PostScript) and Wayland platforms + +- Fl_Wayland_Graphics_Driver: Wayland-specific graphics driver + +- Fl_PostScript_Graphics_Driver: for PostScript drawing with X11+Pango platform + +- Fl_OpenGL_Graphics_Driver: draw to an Fl_Gl_Window (only partial implementation) */ |
