Hi-Rez / Satin

A 3D Graphics Framework built on Apple's Metal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can TextGeometry support Chinese?

ccworld1000 opened this issue · comments

commented

Can TextGeometry support Chinese?

commented

Another problem is that when the zoom resolution is very small, the text is equivalent to blurred. Is there any good way to deal with this problem?

Is there a way to render and return results directly without rendering on the current view?

Under the hood Satin uses CoreText, so if Chinese is supported there, it should be supported. Regarding the zoom resolution, unfortunately the only way around this is to use another rendering technique for fonts, I highly recommend checking out SDF text rendering techniques. I'll look into this for future versions of Satin!

You can always render to a texture.