mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Added FontFamily changes to the readme.txt.template, and increased the used font size.
This commit is contained in:
parent
9ef9395000
commit
4e61967ae4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue