Added FontFamily changes to the readme.txt.template, and increased the used font size.

This commit is contained in:
RKrom 2014-12-04 17:31:44 +01:00
commit 4e61967ae4
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ namespace Greenshot.Controls {
fs = FontStyle.Underline; 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 // Make sure the text is visible by centering it in the line
using(StringFormat stringFormat = new StringFormat()) { using(StringFormat stringFormat = new StringFormat()) {
stringFormat.LineAlignment = StringAlignment.Center; stringFormat.LineAlignment = StringAlignment.Center;

View file

@ -10,7 +10,7 @@ CHANGE LOG:
Features: Features:
* Greenshot now stores the settings of the torn edge & drop shadow effects * Greenshot now stores the settings of the torn edge & drop shadow effects
* FEATURE-776: Improvement of the torn edge settings dialog * 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: Changes:
* Optimized Greenshots update check to use even less traffic by checking the time-stamp of the update feed before downloading it. * Optimized Greenshots update check to use even less traffic by checking the time-stamp of the update feed before downloading it.