monofont static method

String monofont(
  1. String monofont
)

Set subtitle mono font (must be accessible by vlc)

Implementation

static String monofont(String monofont) {
  return '--freetype-monofont=$monofont';
}