Split Fonts and CustomFont

This commit is contained in:
intervinn 2024-12-17 15:05:20 +03:00
parent 84822e29c6
commit 7be311dda6

View File

@ -25,7 +25,8 @@
public static string Application { get; private set; } = "";
public static string CustomFont => Path.Combine(Modifications, "content\\fonts\\CustomFont.ttf");
public static string Fonts => Path.Combine("content\\fonts");
public static string CustomFont => Path.Combine(Fonts, "CustomFont.ttf");
public static bool Initialized => !String.IsNullOrEmpty(Base);