Added icons for the new tools, also changed some of the logic so it is possible to show the number of the next "label" in the tool button.

This commit is contained in:
RKrom 2014-05-28 09:35:08 +02:00
parent 48187fcdba
commit b37ed3562d
32 changed files with 187 additions and 65 deletions

View file

@ -360,7 +360,6 @@ namespace Greenshot.Drawing {
if (lineThickness > 0) {
drawingRectange.Inflate(-textOffset, -textOffset);
}
graphics.SmoothingMode = SmoothingMode.HighQuality;
using (Brush fontBrush = new SolidBrush(fontColor)) {
if (stringFormat != null) {
graphics.DrawString(text, font, fontBrush, drawingRectange, stringFormat);