useTextGlyphs property

bool useTextGlyphs

Implementation

bool get useTextGlyphs {
  return delegates?.text == null && composition.characters.isNotEmpty;
}