This commit is contained in:
zzzisfunnyboy
2025-11-06 23:57:22 +08:00
parent 47e8919ddd
commit 9e523b971a
6 changed files with 12 additions and 7 deletions

View File

@@ -2,3 +2,5 @@
- 通过`TMP_FontAsset.characterLookupTable.TryGetValue(char, out charInfo);`获得字符串信息
- 通过charInfo.glyph.glyphRect获得TMP_FontAsset.atlasTextures中的uv
### 传统字体
- TODO