1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

PutDecimal corection

git-svn-id: svn://svn.cc65.org/cc65/trunk@2346 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-08-16 18:36:43 +00:00
parent 73de21d7dd
commit 1746592598

View 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