windowsfont method
Prints text using a Windows TrueType font (Windows-only).
Implementation
Future<bool> windowsfont(
int x,
int y,
int fontheight,
int rotation,
int fontstyle,
int fontunderline,
String szFaceName,
String content,
) {
throw UnimplementedError('windowsfont() has not been implemented.');
}