copy method

TtfGlyphInfo copy()

Implementation

TtfGlyphInfo copy() {
  return TtfGlyphInfo(
    index,
    Uint8List.fromList(data),
    List<int>.from(compounds),
  );
}