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.

FontTextureCase

Description

Texture case constants for TrueTypeFontImporter.

Variables

DynamicRender characters into font texture at runtime as needed.
UnicodeImport a set of Unicode characters common for latin scripts.
ASCIIImport basic ASCII character set.
ASCIIUpperCaseOnly import upper case ASCII character set.
ASCIILowerCaseOnly import lower case ASCII character set.
CustomSetCustom set of characters.