yyl
2025-05-19 b118ece3db250a5a257b60713da92234d8d5a57a
Main/Component/UI/Common/FontSwitch.cs
@@ -15,15 +15,16 @@
    [ExecuteAlways]
    private void Awake()
    {
        switch (m_FontType)
        {
            case FontType.Preferred:
                text.font = FontUtility.preferred;
                break;
            case FontType.Secondary:
                text.font = FontUtility.secondary;
                break;
        }
        // TODO YYL
        // switch (m_FontType)
        // {
        //     case FontType.Preferred:
        //         text.font = FontUtility.preferred;
        //         break;
        //     case FontType.Secondary:
        //         text.font = FontUtility.secondary;
        //         break;
        // }
    }
    public enum FontType