GlyphLookup constructor

GlyphLookup(
  1. List<int> indices, [
  2. List<int>? _cpToUtf16
])

Implementation

GlyphLookup(this.indices, [this._cpToUtf16]);