Re: printing simple 3d text
Where do you want to "print" the text? On paper or do you want to draw it on the screen?
What do you mean by "without using API"? Is there a specific package or class you don't want to use?
There is nothing you can do without using a class and its methods.
Re: printing simple 3d text
lets say i want to print hello world.. System.out.println("Hello world");
but i want it to appear on screen as 3d ..
Re: printing simple 3d text
I don't know that you can change the font for the console window where println would print.