
| Method Name | Description |
| stringWidth(String) | Given a string, returns the full width of that string in pixels |
| charWidth(char) | Given a character, returns the width of that character |
| getHeight() | Returns the font's total height |
| black (0, 0, 0) | magenta (255, 0, 255) |
| blue (0, 0, 255) | orange (255, 200, 0) |
| cyan (0, 255, 255) | pink (255, 175, 175) |
| darkGray (64, 64, 64) | red (255, 0, 0) |
| gray (128, 128, 128) | white (255, 255, 255) |
| green (0, 255, 0) | yellow (255, 255, 0) |
| lightGray (192, 192, 192) |