04-08-2023, 01:51 PM
Yes it is probably better to use _PrintString specially with fonts.
_PrintString takes (x, y) arguments in graphics pixels (not text character cells) and does not error if text does not fit screen like Locate and Print would.
_PrintWidth(text$) is handy for knowing pixel width of text$, for centering on the screen row for example.
_PrintString takes (x, y) arguments in graphics pixels (not text character cells) and does not error if text does not fit screen like Locate and Print would.
_PrintWidth(text$) is handy for knowing pixel width of text$, for centering on the screen row for example.
b = b + ...