1 | Recall the procedure used to center a string (or strings) horizontally and vertically |
2 | We want to capture this functionality in a Java class and thus make it easily accessible |
3 | Our class will be called DrawableString, which is a subclass of the Font class (for reasons that will become clear as we develop the class) |