A DrawableString Class
Recall the procedure used to center a string (or strings) horizontally and vertically
We want to capture this functionality in a Java class and thus make it easily accessible
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)