mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
PutDecimal corection
git-svn-id: svn://svn.cc65.org/cc65/trunk@2346 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
73de21d7dd
commit
1746592598
@ -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)/
|
<tt/void PutDecimal (char parameter, int value, char y, unsigned x)/
|
||||||
<p>
|
<p>
|
||||||
This function converts <tt/value/ to its decimal representation and outputs it to the screen.
|
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
|
The <tt/parameter/ is the field width in pixels (range 1-31) and mode bits. Depending on them
|
||||||
long) or not, to be left or right justified to given pixel. See <tt/ggraph.h/ for predefined
|
the string can be filled with zeroes (string always 5 characters long) or not and left or right
|
||||||
values for <tt/parameter/.
|
justified to given pixel. See <tt/ggraph.h/ for predefined values for <tt/parameter/.
|
||||||
|
|
||||||
<sect2>Font Handling
|
<sect2>Font Handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user