From 06f5899980c4133d49e304c2c54aeed2f7815438 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 29 Nov 2009 11:14:42 +0000 Subject: Fix for documentation typos provided by Josef Vitu. Thanks. Added Josef Vitu to CREDITS. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6946 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/common.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/src/common.dox') diff --git a/documentation/src/common.dox b/documentation/src/common.dox index 96692d20b..6b3e19587 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -313,9 +313,9 @@ and the same as outlines only (UP_FRAME and DOWN_FRAME). The function \ref common_fl_down "fl_down(Fl_Boxtype)" expects the neutral design on a boxtype with a numerical -value evenly divideable by two. +value evenly dividable by two. \ref common_fl_frame "fl_frame(Fl_Boxtype)" -expects the \p UP_BOX design at a value divideable by four. +expects the \p UP_BOX design at a value dividable by four. \section common_labels Labels and Label Types @@ -342,7 +342,7 @@ The @ sign may also be followed by the following optional \li +[1-9] or -[1-9] tweaks the scaling a little bigger or smaller. -\li '$' flips the symbol horizontaly, '%' flips it verticaly. +\li '$' flips the symbol horizontally, '%' flips it vertically. \li [0-9] - rotates by a multiple of 45 degrees. '5' and '6' do no rotation while the others point in the direction of that key on a numeric keypad. @@ -396,7 +396,7 @@ To make an image you use a subclass of Label types are actually indexes into a table of functions that draw them. The primary purpose of this is to use this to draw the labels in ways inaccessible through the -fl_font() mechanisim (e.g. FL_ENGRAVED_LABEL) or +fl_font() mechanism (e.g. FL_ENGRAVED_LABEL) or with program-generated letters or symbology.
-- cgit v1.2.3