var tex = font.material.mainTexture;
Action<Paint> drawMesh = (Paint p) => {
if (!this._applyClip(textBlob.bounds)) {
if (!this._applyClip(matrix.mapRect(textBlob.bounds))) {
return;
}