readFromFile function

OpenTypeFont readFromFile(
  1. String path
)

Reads OpenType font from a file.

Implementation

OpenTypeFont readFromFile(String path) =>
    throw UnsupportedError('Supported only with dart:io');