Assignment 5
Due before class on Friday, May 15th
- Exercise 9.22
You can get a list of all the available fonts on your system by calling
(which returns an array of Strings with the names of the available fonts.)
You'll also want to use
getFontMetrics(Font)
to get the screen metrics of a font.
- Exercise 9.26 You code should choose from at least four different shapes. (You need to
include all the capabilities of 9.24 and 9.25, but you only need to submit one
solution.)
- Exercise 9.35
- An OPTIONAL problem is on the way.