@override get glyphCount { structOnOp((p) => _glyphCount = p.ref.glyphCount); return _glyphCount; }
@override set glyphCount(int value) { _glyphCount = value; structOnOp((p) => p.ref.glyphCount = value); }