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.