Finally I have learned how to use JUICY FONTS for bitmap fonts. My question is this
Being that
jf_text(my_font,10,10,"Hello World!")
Would print
Hello World, using a bitmap font
How do I accept a user’s INPUT using the BITMAP font ? For example how would I make a program print
“PLEASE ENTER YOUR NAME?” and allow the user to enter their name on that line.
AS of now, when I do a user input, blitz3d goes BACK and uses the default font (ARIAL), not the bitmap font I loaded.
How can I use the current BITMAP font and accept a user input?
Being that
jf_text(my_font,10,10,"Hello World!")
Would print
Hello World, using a bitmap font
How do I accept a user’s INPUT using the BITMAP font ? For example how would I make a program print
“PLEASE ENTER YOUR NAME?” and allow the user to enter their name on that line.
AS of now, when I do a user input, blitz3d goes BACK and uses the default font (ARIAL), not the bitmap font I loaded.
How can I use the current BITMAP font and accept a user input?