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