プレイ日記
Darkcon SGMXZYDarkcon354
ok for console text using print the command for rotation is attr is there a way to rotate font using gputchr? hope spell the command right.
2そうだね
プレイ済み
返信[1]
親投稿
OlOOlOOl pi_r_round
There are ways to do it, but I've not found any that are as easy as it should be. (1) Use FONTDEF to create your custom sideways / upside-down characters, then use GPUTCHR. - or - (2) Use GPUTCHR to display each character in normal orientation then use GSAVE to copy their pixels into an array, rotate the pixels within the array, then use GLOAD to write them back to the screen.
0そうだね
プレイ済み
返信[2]
親投稿
OlOOlOOl pi_r_round
For each chr in the string, calc its location on screen, GSAVE the part of the screen that'll be behind it, rotate those pixels the opposite direction, then GLOAD them back to the screen, GPUTCHR the chr to the screen, GSAVE it, rotate it the right direction, GLOAD it back to the screen.
0そうだね
プレイ済み
返信[3]
親投稿
Darkcon SGMXZYDarkcon354
ok thanks 4 help!
0そうだね
プレイ済み