mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue