Drawing in a Win32 Console on C++?

前端 未结 6 2199
一生所求
一生所求 2020-12-03 13:00

What is the best way to draw things in the Console Window on the Win 32 platform using C++?

I know that you can draw simple art using symbols bu

6条回答
  •  情歌与酒
    2020-12-03 13:16

    Not without usng ASCII art. Back in the days of DOS it was "fairly" easy to do by redesigning the character bitmaps. It might only be possible in windows by creating your own font, but im really not sure thats possible

提交回复
热议问题