Changed PostScript output to Level 1 for maximum compatibility.

Fixed some more typos and formatting problems.


git-svn-id: file:///fltk/svn/fltk/trunk@415 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-03-10 20:18:38 +00:00
parent ce193d0ec5
commit b5f85fd9d6
5 changed files with 211 additions and 183 deletions
+2 -3
View File
@@ -65,9 +65,8 @@ library, though, and has started being included on Linux distributions.
<UL>
<LI>sizeof(Fl_Widget) == 40 to 48.</LI>
<LI>The &quot;core&quot; (the &quot;hello&quot; program compiled &amp; linked with a static
FLTK library using gcc on a 486 and then stripped) is 39.5K.</LI>
<LI>A program including every widget is less than 108K. Does not use
macros, templates, multiple inheritance, or exceptions.</LI>
FLTK library using gcc on a 486 and then stripped) is 110K.</LI>
<LI>The FLUID program (which includes every widget) is 372k.
<LI>Written directly atop Xlib (or WIN32) for maximum speed, and
carefully optimized for code size and performance.</LI>
<LI>Precise low-level compatability between the X11 and WIN32 version