mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
Painter: Last minute fixes...
This commit is contained in:
parent
3a57790979
commit
45e2296c69
4 changed files with 13 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue