]> git.sur5r.net Git - cc65/commitdiff
PutDecimal corection
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 16 Aug 2003 18:36:43 +0000 (18:36 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 16 Aug 2003 18:36:43 +0000 (18:36 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2346 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index 5190d0cbf23371662a8bee926cdce73390b2ecef..bce9033ff3f9985c532ec907c54236badc9fc77a 100644 (file)
@@ -343,9 +343,9 @@ See <tt/ggraph.h/ for list of tokens that you can also place in the string - lik
 <tt/void PutDecimal (char parameter, int value, char y, unsigned x)/
 <p>
 This function converts <tt/value/ to its decimal representation and outputs it to the screen.
-Depending on given <tt/parameter/ the string can be filled with zeroes (string always 5 characters
-long) or not, to be left or right justified to given pixel. See <tt/ggraph.h/ for predefined
-values for <tt/parameter/.
+The <tt/parameter/ is the field width in pixels (range 1-31) and mode bits. Depending on them
+the string can be filled with zeroes (string always 5 characters long) or not and left or right
+justified to given pixel. See <tt/ggraph.h/ for predefined values for <tt/parameter/.
 
 <sect2>Font Handling