Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseGet rendering info for a specific character.
Note: You should only ever need to use this when you want to implement your own text rendering.
If the character ch
with the specified size
and style
is present in the font texture, then this method will
return true, and info will contain the texture placement information for that character. If the character is not
present, this method returns false. If size
is zero, it will use the default size for the font.