Files
crtr/Assets/Cryville/Common/Font/FontUtil.cs
2022-09-30 17:32:21 +08:00

10 lines
174 B
C#

using System.Globalization;
namespace Cryville.Common.Font {
public static class FontUtil {
/*public static string MatchFontNameWithLang(string lang) {
}*/
}
}