For Programmers familiar with ACM API? Drawing Initials [closed]
- by user71992
Possible Duplicate:
For Programmers familiar with ACM API? Drawing Initials
I came across an exercise (in the book "The Art and Science of Java" by Eric Roberts) that requires using only GArc and GLine classes to create a lettering library which draws your initials on the canvas. This should be made independent of the GLabel class.
I'd…