FontTextureCase
Texture case constants for TrueTypeFontImporter.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum FontTextureCase
Fields
Value | Description |
|---|---|
| ASCII | Import basic ASCII character set. |
| ASCIILowerCase | Only import lower case ASCII character set. |
| ASCIIUpperCase | Only import upper case ASCII character set. |
| CustomSet | Custom set of characters. |
| Dynamic | Render characters into font texture at runtime as needed. |
| Unicode | Import a set of Unicode characters common for latin scripts. |