writeToFile function

void writeToFile(
  1. String path,
  2. OpenTypeFont font
)

Writes OpenType font to a file.

Implementation

void writeToFile(String path, OpenTypeFont font) =>
    throw UnsupportedError('Supported only with dart:io');