OpenTypeFont constructor

OpenTypeFont(
  1. OffsetTable offsetTable,
  2. Map<String, FontTable> tableMap
)

Implementation

OpenTypeFont(this.offsetTable, this.tableMap);