Font23D icon indicating copy to clipboard operation
Font23D copied to clipboard

Way to have only front face of text

Open ngerow2025 opened this issue 3 years ago • 1 comments

The only way to get something similar to this is to set extrude, bevelRadius, and bevelSteps to zero but there are still the side faces and back face.

I think that a good way to implement this would be to add a new function that would do this.

Also, you should put how to use the functions provided in the respiratory in the readme.

ngerow2025 avatar Oct 13 '21 21:10 ngerow2025

To just get a triangles with no extrusion and one sided, you can use the FreeType + Poly2Tri libraries and achieve it. Any reason why you are expecting this feature in this project? If it helps, I'll try to add the feature in next release.

codetiger avatar Nov 09 '21 14:11 codetiger