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