Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Font.characterInfo

Switch to Manual
public characterInfo[] characterInfo;

Description

Access an array of all characters contained in the font texture.

You can read this if you want to render the font texture using custom generated Meshes, or you can set it when you want to build your own custom font assets from scripts (or modify existing ones).

See Also: GetCharacterInfo.