using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine.UI;
public class ChangeFontWindow : EditorWindow {
[MenuItem("Tools/UI/Change Font")]
private static void ShowWindow()
{
ChangeFontWindow cw = EditorWindow.GetWindow<ChangeFontWindow>(true, "Custom/Change Font");
}
static Font defaultFont = new Font(
Unity 一键更换字体工具
最新推荐文章于 2025-10-01 14:24:53 发布
本文介绍了一款Unity工具,能够帮助开发者快速、便捷地在项目中切换和更换字体,提高开发效率。

最低0.47元/天 解锁文章
1844

被折叠的 条评论
为什么被折叠?



