Is there a way to change font in your java code and write it to the console

270 Views Asked by At

Im making a pacman game in console. My idea was to create map and mobs just by using chars. There is no problem with the walls or the collection point, because there I can use chars which are in a default font. However, the problem starts when I want to create ghosts or pacman. There are no pacman or ghost char in default font. Is there a way to change font and write it into console? Only what i found is change font and write it by using Jframe but it is not what im looking for.

0

There are 0 best solutions below