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;
}
}
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;