Painter: Last minute fixes...

This commit is contained in:
Mirek Fidler 2023-12-24 16:37:07 +01:00
parent 3a57790979
commit 45e2296c69
4 changed files with 13 additions and 8 deletions

View file

@ -44,7 +44,8 @@ void TextOnPath(Painter& sw)
sw.BeginOnPath(pos + w / 2, true);
sw.Character(-w / 2, -fi.GetAscent(), *s++, fnt)
.Fill(0, -fi.GetAscent(), Yellow(), 0, fi.GetDescent(), Blue())
.Stroke(1, Black());
.Stroke(1, Black())
;
sw.End();
pos += w;
}