Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Font.characterInfo

var characterInfo: characterInfo[];
characterInfo[] characterInfo;
characterInfo as 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.