drawText method
void
drawText()
Implementation
void drawText(String strLeft, int fontLeft, String strMid, int fontMid,
String strRight, int fontRight) {
throw UnimplementedError('drawText() has not been implemented');
}