Files
obsidian-notes/1Project/图文合批/字体字形图片申请.md
zzzisfunnyboy 9e523b971a
2025-11-06 23:57:22 +08:00

6 lines
211 B
Markdown

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