From 4e61967ae42b0ae12fc96e7fac5f39d6d7811202 Mon Sep 17 00:00:00 2001 From: RKrom Date: Thu, 4 Dec 2014 17:31:44 +0100 Subject: [PATCH] Added FontFamily changes to the readme.txt.template, and increased the used font size. --- Greenshot/Controls/FontFamilyComboBox.cs | 2 +- Greenshot/releases/additional_files/readme.txt.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Greenshot/Controls/FontFamilyComboBox.cs b/Greenshot/Controls/FontFamilyComboBox.cs index de7835c3e..8b3e76685 100644 --- a/Greenshot/Controls/FontFamilyComboBox.cs +++ b/Greenshot/Controls/FontFamilyComboBox.cs @@ -69,7 +69,7 @@ namespace Greenshot.Controls { fs = FontStyle.Underline; } } - using (Font font = new Font(fontFamily, this.Font.Size + 2, fs, GraphicsUnit.Pixel)) { + using (Font font = new Font(fontFamily, this.Font.Size + 5, fs, GraphicsUnit.Pixel)) { // Make sure the text is visible by centering it in the line using(StringFormat stringFormat = new StringFormat()) { stringFormat.LineAlignment = StringAlignment.Center; diff --git a/Greenshot/releases/additional_files/readme.txt.template b/Greenshot/releases/additional_files/readme.txt.template index e4110e506..b13a4d488 100644 --- a/Greenshot/releases/additional_files/readme.txt.template +++ b/Greenshot/releases/additional_files/readme.txt.template @@ -10,7 +10,7 @@ CHANGE LOG: Features: * Greenshot now stores the settings of the torn edge & drop shadow effects * FEATURE-776: Improvement of the torn edge settings dialog -* FEATURE-777: Improvement of the tool settings (font family) +* FEATURE-777: Improvement of the font family settings, also changed the used font for every family making it easier to find your font. Changes: * Optimized Greenshots update check to use even less traffic by checking the time-stamp of the update feed before downloading it.