Re: [AD] Documentation update

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> John, that's a code for "try with another diff".

:-)

> Here's my try.

Ok with the following minor corrections:


@@ -4610,25 +4610,31 @@
 @\void @textprintf_ex(BITMAP *bmp, const FONT *f, int x, y, color, bg,
 @@                    const char *fmt, ...);
 @xref font, textout_ex, textprintf_centre_ex, textprintf_right_ex
-@domain.hid textprintf_justify_ex, text_height, text_length
-   Formatted text output, using a printf() style format string.
+@xref textprintf_justify_ex, text_height, text_length, uzsprintf
+   Formatted text output, using a printf() style format string. Due to an
+   intenal hardcoded limitation, this function can't be used for extremely
+   long texts. If you happend to reach this limit, you can work around it
+   using manually uzsprintf and textout_ex, which don't have any.
 
...internal limitation, this... around it by using uzsprintf and...

--
Eric Botcazou





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/