User Tools

Site Tools


notes:comporg:fall2023:projects:yol0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes:comporg:fall2023:projects:yol0 [2023/09/28 20:20] – [Drawing integers using a custom font] walleynotes:comporg:fall2023:projects:yol0 [2023/09/28 20:24] (current) – [Drawing strings using a custom font] walley
Line 15: Line 15:
 Lastly, we run a while loop until ''check'' is zero. ''print'' gets assigned to the number divided by the check. Then, the number gets assigned to the remainder of that division. ''print'' is used to get the texture region ID for the number digit in our custom font, and that character gets printed at the given location. Lastly the positional data is updated so that the digits aren't all in the same position. Lastly, we run a while loop until ''check'' is zero. ''print'' gets assigned to the number divided by the check. Then, the number gets assigned to the remainder of that division. ''print'' is used to get the texture region ID for the number digit in our custom font, and that character gets printed at the given location. Lastly the positional data is updated so that the digits aren't all in the same position.
 ====Drawing strings using a custom font==== ====Drawing strings using a custom font====
 +Vircon32 stores string values as an array of integers containing the ASCII value for the given character. Since our font sheet uses a different ID system to the ASCII standard, they'll need to be converted. This involves a new function to return an int with the proper value. (it involves too many if statements)
 +
 +The main while loop for printing out strings is roughly the same as our function for printing integers. Once the proper texture region ID is selected, it prints out and the positional data is adjusted.
notes/comporg/fall2023/projects/yol0.1695932428.txt.gz · Last modified: 2023/09/28 20:20 by walley