How to Get Mesh from a TextMesh Object

Hi Guys.

I want to make SetClip to TextMesh ,so I need to operate Mesh ,But how to read it?

TextMesh does not have MeshFilter Component.:expressionless:

It’s not possible as far as I know.

–Eric

So it is possible that I read the ttf font and generate a Mesh or a Picture just like you do?

Yes, though it would be a lot simpler to use the generated texture that Unity makes.

–Eric