From 9e2d044caa7d71c25529c51a57f28f57c5660231 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 8 Dec 2010 23:53:04 +0000 Subject: As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" Summary: Get rid of eps files, change all doxygen '\image latex' references to eps files to png/jpeg instead, convert doxygen images from gif -> png (to support html+latex). Actual operations: 1) svn remove *.eps 2) convert all gifs -> png 3) svn remove *.gif 4) svn add *.png 5) For jpeg/png images, change all \image latex foo.eps .. -> \image latex foo.[jpg,png] .. 6) For gif images, change all \image html foo.gif .. -> \image html foo.png and (harder to do): change \image latex foo.eps .. -> \image latex foo.png .. 7) Remove EPSFILES macro from documentation/Makefile and remove eps related dependencies that were added recently git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/common.dox | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/src/common.dox') diff --git a/documentation/src/common.dox b/documentation/src/common.dox index 6f1b577cb..36618ad30 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -23,8 +23,8 @@ FLTK provides many types of buttons: \li Fl_Round_Button - A button with a radio circle. -\image html buttons.gif "Figure 3-1: FLTK Button Widgets" -\image latex buttons.eps "FLTK Button Widgets" width=10cm +\image html buttons.png "Figure 3-1: FLTK Button Widgets" +\image latex buttons.png "FLTK Button Widgets" width=10cm All of these buttons just need the corresponding header file. The constructor @@ -110,8 +110,8 @@ strings. FLTK provides the following valuators: \li Fl_Value_Slider - A slider that shows the current value. -\image html valuators.gif "Figure 3-2: FLTK valuator widgets" -\image latex valuators.eps "FLTK valuator widgets" width=10cm +\image html valuators.png "Figure 3-2: FLTK valuator widgets" +\image latex valuators.png "FLTK valuator widgets" width=10cm The \p value() method gets and sets the current value of the widget. The \p minimum() and \p maximum() @@ -251,8 +251,8 @@ is an enumeration defined in Enumerations.H. Figure 3-3 shows the standard box types included with FLTK. -\image html boxtypes.gif "Figure 3-3: FLTK box types" -\image latex boxtypes.eps "FLTK box types" width=12cm +\image html boxtypes.png "Figure 3-3: FLTK box types" +\image latex boxtypes.png "FLTK box types" width=12cm \p FL_NO_BOX means nothing is drawn at all, so whatever is already on the screen remains. The FL_..._FRAME types only @@ -360,8 +360,8 @@ for the label. Symbols can be included with the label string by escaping them using the "@" symbol - "@@" displays a single at sign. Figure 3-4 shows the available symbols. -\image html symbols.gif "Figure 3-4: FLTK label symbols" -\image latex symbols.eps "FLTK label symbols" width=10cm +\image html symbols.png "Figure 3-4: FLTK label symbols" +\image latex symbols.png "FLTK label symbols" width=10cm -- cgit v1.2.3