Drawing circles with System.Drawing
Try the DrawEllipse method instead.
Try the DrawEllipse method instead.
To understand the arguements read the javadoc: http://docs.oracle.com/javase/7/docs/api/java/awt/Graphics.html#drawArc(int,%20int,%20int,%20int,%20int,%20int)
You can now include web fonts and even shrink down the file size with just the glyphs you need. https://github.com/fontello/fontello http://fontello.com/
While not preferable for your final product, try changing all of your int values to Num values. See what happens. Also focus on your code that deals with the X position of each new tile. from your comments …uh…..this worked. I don’t know why. =| I just did a global replace for ints to Numbers … Read more