mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
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:
@@ -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 "core" (the "hello" program compiled & 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
|
||||
|
||||
Reference in New Issue
Block a user