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

211 B

TMP字体

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

传统字体

  • TODO