TtfGlyphInfo constructor

const TtfGlyphInfo(
  1. int index,
  2. Uint8List data,
  3. List<int> compounds
)

Implementation

const TtfGlyphInfo(this.index, this.data, this.compounds);