Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

FontTextureCase

enumeration

Switch to Manual

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.