| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/FontTextureCase.html | [Back] [Original] |
Texture case constants for TrueTypeFontImporter.
| Property | Description |
|---|---|
| Dynamic | Render characters into font texture at runtime as needed. |
| Unicode | Import a set of Unicode characters common for latin scripts. |
| ASCII | Import basic ASCII character set. |
| ASCIIUpperCase | Only import upper case ASCII character set. |
| ASCIILowerCase | Only import lower case ASCII character set. |
| CustomSet | Custom set of characters. |
| Web Proxy Viewer | New URL | Original Page |