トピック

16x16 Fonts?

If you know english, please tell me how to make 16x16 fonts!
3そうだね
未プレイ
返信[1]
親投稿
ぴくと kanau1203
first u shoud question at us community
3そうだね
プレイ済み
返信[2]
親投稿
っ[WIDTH 16]Give you! But,if you have questions next time, you should ask in the US community! …文法間違ってないかなぁ…
2そうだね
プレイ済み
返信[3]
親投稿
しろ sshiro1shiro
まあどっちが先かわからないけど向こうでも質問してるが答えてもらってないんだよ。
2そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
The font size of SmileBASIC has been fixed in 8x8. You can make 16x16 fonts with following two methods. #1: Use "WIDTH 16" to enlarge text fonts. #2: Apply sprites or BGs as Fonts.
1そうだね
プレイ済み
返信[5]
親投稿
How do you apply sprites to fonts?
0そうだね
未プレイ
返信[6]
親投稿
Hanzo rzsense
Both sprite and BG already have fonts (only capital letters) and you can redraw them as you like.
0そうだね
プレイ済み
返信[7]
親投稿
No, i mean like if i enter "A" a sprite (lets use 0,0) will replace "A" . So when i type "A" i have the fruit sprite be the font for "A".
0そうだね
未プレイ
返信[8]
親投稿
I mean if i type in a letter a sprite will be the font for that letter.
0そうだね
未プレイ
返信[9]
親投稿
Hanzo rzsense
When you type letters on the keyboard or use PRINT statement, the letters will appear on text plane. Actually, character size of text plane is fixed in 8x8 and you cannot change it to 16x16. The method I can recommend is to use BG plane or Sprite plane for putting letters instead of text plane. And I think BG is better for it than Sprite, because longer sentence wastes more sprites.
0そうだね
プレイ済み
返信[10]
親投稿
Hanzo rzsense
Could you refer to the attached screenshot? I've made a command "BGPRINT" to print any sentence (but capital letters only) on any location of BG plane.
2そうだね
プレイ済み
返信[11]
親投稿
Hanzo rzsense
This is the example of the result. Of course you can modify fonts on GRP5 as you like.
0そうだね
プレイ済み
返信[12]
親投稿
Thanks! Thats what i needed!
2そうだね
未プレイ