10 lines
174 B
C#
10 lines
174 B
C#
using System.Globalization;
|
|
|
|
namespace Cryville.Common.Font {
|
|
public static class FontUtil {
|
|
/*public static string MatchFontNameWithLang(string lang) {
|
|
|
|
}*/
|
|
}
|
|
}
|