CachedGlyphStrips constructor

CachedGlyphStrips(
  1. Uint32List data,
  2. int stripCount,
  3. int alphaTexelCount
)

Implementation

CachedGlyphStrips(this.data, this.stripCount, this.alphaTexelCount);