diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-08 23:53:04 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-08 23:53:04 +0000 |
| commit | 9e2d044caa7d71c25529c51a57f28f57c5660231 (patch) | |
| tree | f502544b302e6f0fd7c38cc5c0e467acd9a862cf /documentation/src/common.dox | |
| parent | 163476f6659e4bc9e6e8648baaaa8404167ff940 (diff) | |
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
Diffstat (limited to 'documentation/src/common.dox')
| -rw-r--r-- | documentation/src/common.dox | 16 |
1 files changed, 8 insertions, 8 deletions
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 <tt><FL/Fl_xyz_Button.H></tt> 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 <tt>FL_..._FRAME</tt> 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 <!-- NEED 2in --> |
