手册
脚本 API
unity3d.com
Version:
2017.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Versions with this page:
Versions without this page:
Supported
Legacy
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
2017.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Versions with this page:
Versions without this page:
Supported
Legacy
FontTextureCase
enumeration
切换到手册
描述
适用于 TrueTypeFontImporter 的纹理大小写常量。
变量
Dynamic
在运行时根据需要将字符渲染到字体纹理中。
Unicode
导入拉丁文脚本常用的一组 Unicode 字符。
ASCII
导入基本的 ASCII 字符集
ASCIIUpperCase
仅导入大写的 ASCII 字符集。
ASCIILowerCase
仅导入小写的 ASCII 字符集。
CustomSet
自定义字符集。