TtfParser constructor

TtfParser(
  1. Uint8List bytes
)

Implementation

TtfParser(Uint8List bytes) : _data = ByteData.sublistView(bytes) {
  _parseOffsetTable();
  _parseInternalState();
}