From 8247d773d3acb58c5327fd254dcd23b165b07483 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 4 Sep 2006 18:57:49 +0000 Subject: STR 1419: two more typos thanks to me being hectic with vim git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5410 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/drawing.html b/documentation/drawing.html index 4bc267e09..90f9ae6f3 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -585,7 +585,7 @@ centered vertically in that box.

float fl_width(const char*)
float fl_width(const char*, int n) -
float fl_width(uchar)i

+
float fl_width(uchar)

Return the pixel width of a nul-terminated string, a sequence of n characters, or a single character in the current font. @@ -786,7 +786,7 @@ the first one may be greater than zero.

If D is 4 or more, you must fill in the unused bytes with zero.

-

int fl_draw_pixmap(char **data, int X, int Y, Fl_Color = FL_GRAY)i

+

int fl_draw_pixmap(char **data, int X, int Y, Fl_Color = FL_GRAY)

Draws XPM image data, with the top-left corner at the given position. The image is dithered on 8-bit displays so you won't lose color space -- cgit v1.2.3