|
@@ -157,7 +157,7 @@ namespace Compdfkit_Tools.Common
|
|
|
|
|
|
List<string> fontStyleList = new List<string>()
|
|
|
{
|
|
|
- {"Common" },
|
|
|
+ {"Regular" },
|
|
|
{"Bold" },
|
|
|
{"Italic" },
|
|
|
{"Bold and Italic" }
|
|
@@ -200,7 +200,7 @@ namespace Compdfkit_Tools.Common
|
|
|
private void FontStyleComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
|
|
{
|
|
|
FontStyleTextBox.Text = (sender as ComboBox).SelectedItem.ToString();
|
|
|
- if (FontStyleTextBox.Text == "Common")
|
|
|
+ if (FontStyleTextBox.Text == "Regular")
|
|
|
{
|
|
|
IsBold = false;
|
|
|
IsItalic = false;
|