isColorGlyph method

bool isColorGlyph(
  1. int glyphId
)

Whether a specific glyph has color layers.

Implementation

bool isColorGlyph(int glyphId) => false;