211 B
211 B
TMP字体
- 通过
TMP_FontAsset.characterLookupTable.TryGetValue(char, out charInfo);获得字符串信息 - 通过charInfo.glyph.glyphRect获得TMP_FontAsset.atlasTextures中的uv
传统字体
- TODO
TMP_FontAsset.characterLookupTable.TryGetValue(char, out charInfo);获得字符串信息