Add otf and ttf file warnings

This commit is contained in:
GMatrixGames
2021-08-12 14:11:04 -04:00
parent 63ffdf0493
commit 2275587735
2 changed files with 6 additions and 1 deletions

View File

@@ -519,6 +519,11 @@ namespace FModel.ViewModels
FLogger.AppendWarning();
FLogger.AppendText($"Export '{fileName}' and change its extension if you want it to be an installable font file", Constants.WHITE, true);
break;
case "otf":
case "ttf":
FLogger.AppendWarning();
FLogger.AppendText($"Export '{fileName}' if you want it to be an installable font file", Constants.WHITE, true);
break;
case "ushaderbytecode":
case "ushadercode":
{