- Home /
Character font information.
Hello,
is there any way to access the information of the chars in a font?
If the answer is no, there is some way to access the mesh of a TextMesh?
I'm trying to create my own mesh of text (Color, Effects, etc )...
Thanks in advance.
Answer by Eric5h5 · Mar 24, 2010 at 01:22 AM
I think the answer is no for both questions unfortunately. At least I don't know of any way and there's nothing in the documentation that indicates there is. The closest you can come is creating a custom font (it's in the project -> create menu); however you have to set up all the info, such as per-character kerning, manually, and the font texture must have all the characters set up in an even grid.
Plus it seems that you also cannot set the width of each character in those custom font, which is really annoying. I've researched everywhere to find a work around for that. $$anonymous$$erning is not a solution for my problem.
Your answer

Follow this Question
Related Questions
Is there a way to measure the pixel with/height of a string with a given font? 2 Answers
How to find a font via script? 2 Answers
Font Render Issue Unity 5.3.4f1 on Samsung devices 1 Answer
Preferred Vertical Size not Working with Custom Bitmap Font 0 Answers
Font in Unity Editor is too smooth 0 Answers