This version of Unity is unsupported.

FontTextureCase

enumeration

Description

Texture case constants for TrueTypeFontImporter.

Properties

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.