feat: add spacing and descriptions for fonts

This commit is contained in:
Anna
2022-02-04 23:22:03 -05:00
parent 4bac9aee8d
commit 0699f5129f
4 changed files with 121 additions and 13 deletions
+45
View File
@@ -267,6 +267,33 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to The font Chat 2 will use to display non-Japanese text..
/// </summary>
internal static string Options_Font_Description {
get {
return ResourceManager.GetString("Options_Font_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Font.
/// </summary>
internal static string Options_Font_Name {
get {
return ResourceManager.GetString("Options_Font_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Using certain system fonts may crash your game. You have been warned..
/// </summary>
internal static string Options_Font_Warning {
get {
return ResourceManager.GetString("Options_Font_Warning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Font size.
/// </summary>
@@ -312,6 +339,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to The font Chat 2 will use to display Japanese text..
/// </summary>
internal static string Options_JapaneseFont_Description {
get {
return ResourceManager.GetString("Options_JapaneseFont_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Japanese font.
/// </summary>
internal static string Options_JapaneseFont_Name {
get {
return ResourceManager.GetString("Options_JapaneseFont_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Reduce the spacing between messages..
/// </summary>