SDL_ttf icon indicating copy to clipboard operation
SDL_ttf copied to clipboard

Some improvements and fixes specifically for VisualC

Open zhk opened this issue 1 year ago • 0 comments

Changes for showfont:

  • Added argument [-windowsize w,h] to specify the windows size.
  • added argument [-utf8txtfile pathName] to support message from utf8 file.
  • removed [-utf8|-unicode], since the utf8 or unicode text cannot be input from console.
  • fixed [-wrapped] display.
  • Set window title.

Other changes:

  • Added relative paths(include and link) for VisualC projects.
  • Set SubSystem:Console for glfont and showfont.

zhk avatar Feb 08 '24 03:02 zhk