03-13-2023, 03:54 AM
(This post was last modified: 03-14-2023, 09:23 AM by NasaCow.
Edit Reason: Spelling
)
So, during my rewrite I am condensing the number of files needed by having all (or most) of my menus printed. I tried my orignal font I was using and saw it was cutting off the top and bottoms of some letters. I also tried some cursive fonts (only one seemed to work but it also cut the top and bottoms of some letters) and seems that compiler doesn't like that and puts space between words. Or maybe I am doing something wrong as well. Just want to see what y'all think about it.
You can see that capital J and Y are cut and lower f, j, q, and y are also cut.
Nothing fancy done to the code. I will include the font as well if you want to try it out. I have been trying fonts from Google: https://fonts.google.com so I assume the fonts are ok...
You can see that capital J and Y are cut and lower f, j, q, and y are also cut.
Code: (Select All)
$NOPREFIX
SCREEN NEWIMAGE(1280, 720, 32)
FONT LOADFONT("script.ttf", 72)
PRINT "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
PRINT
PRINT "abcdefghijklmnopqrstuvwxyz"