fontSize static method

String fontSize(
  1. int size
)

Set subtitle font size

Implementation

static String fontSize(int size) {
  return '--freetype-fontsize=$size';
}