Font stack to use for displaying text.
Future<void> setTextFont(List<String?> textFont) => _annotationMessenger.setTextFont(id, textFont);